mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
* docs: Use secret-key-files when demonstrating post-build-hooks The docs used to recommend calling `nix store sign` in a post-build hook, but on more recent versions of nix, this results in unsigned store paths being copied into binary caches. See https://github.com/NixOS/nix/issues/6960 for details. Instead, use the `secret-key-files` config option, which signs all locally-built derivations with the private key. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> |
||
|---|---|---|
| .. | ||
| advanced-topics.md | ||
| cores-vs-jobs.md | ||
| diff-hook.md | ||
| distributed-builds.md | ||
| post-build-hook.md | ||