mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-02 02:16:15 +02:00
15f7fa59be
Adds a new boolean structured attribute `outputChecks.<output>.unsafeDiscardReferences` which disables scanning an output for runtime references. __structuredAttrs = true; outputChecks.out.unsafeDiscardReferences = true; This is useful when creating filesystem images containing their own embedded Nix store: they are self-contained blobs of data with no runtime dependencies. Setting this attribute requires the experimental feature `discard-references` to be enabled. |
||
---|---|---|
.. | ||
advanced-attributes.md | ||
builtin-constants.md | ||
builtins-prefix.md | ||
builtins-suffix.md | ||
constructs.md | ||
derivations.md | ||
index.md | ||
operators.md | ||
string-interpolation.md | ||
values.md |