mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
move unsafeDiscardReferences
out of outputChecks
It's not a check.
This commit is contained in:
parent
15f7fa59be
commit
3c968191f1
3 changed files with 9 additions and 13 deletions
|
@ -26,7 +26,7 @@
|
|||
to disable scanning a given output for runtime dependencies:
|
||||
```nix
|
||||
__structuredAttrs = true;
|
||||
outputChecks.out.unsafeDiscardReferences = true;
|
||||
unsafeDiscardReferences.out = true;
|
||||
```
|
||||
This is useful e.g. when generating self-contained filesystem images with
|
||||
their own embedded Nix store: hashes found inside such an image refer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue