Distributed build: Difference between revisions

Axka (talk | contribs)
m Minor wording changes
Blokyk (talk | contribs)
m Update `nix sign-paths` to `nix store sign` after the former's deprecation
 
Line 232: Line 232:
3. The previous point does not retroactively sign existing paths in the store of the builder. To do so, run
3. The previous point does not retroactively sign existing paths in the store of the builder. To do so, run
{{bc|
{{bc|
$ nix sign-paths --all -k /path/to/cache-priv-key.pem
$ nix store sign --all -k /path/to/cache-priv-key.pem
}}
}}