Distributed build: Difference between revisions
m Minor wording changes |
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 | $ nix store sign --all -k /path/to/cache-priv-key.pem | ||
}} | }} | ||