nix-super/doc/manual/src/language
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
..
advanced-attributes.md unsafeDiscardReferences 2023-01-03 17:19:16 +01:00
builtin-constants.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
builtins-prefix.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
builtins-suffix.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
constructs.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
derivations.md manual: build action -> build task 2022-11-06 13:28:18 +01:00
index.md fix error in language overview 2022-11-22 10:36:21 +01:00
operators.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
string-interpolation.md antiquotation -> string interpolation 2023-01-02 14:38:57 +01:00
values.md antiquotation -> string interpolation 2023-01-02 14:38:57 +01:00