lix/src
Naïm Favier 15f7fa59be
unsafeDiscardReferences
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.
2023-01-03 17:19:16 +01:00
..
build-remote
libcmd
libexpr
libfetchers
libmain Put the --show-trace hint in the logical place 2023-01-02 20:53:58 +01:00
libstore unsafeDiscardReferences 2023-01-03 17:19:16 +01:00
libutil unsafeDiscardReferences 2023-01-03 17:19:16 +01:00
nix
nix-build nix-build: remove unused --add-root arg 2022-09-27 00:07:42 +02:00
nix-channel
nix-collect-garbage
nix-copy-closure
nix-env
nix-instantiate
nix-store
resolve-system-dependencies
toml11