1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Document more references concepts

This commit is contained in:
John Ericson 2025-03-04 13:19:42 -05:00
parent 893b7a5fc7
commit b287438476
4 changed files with 105 additions and 17 deletions

View file

@ -79,6 +79,8 @@ Derivations can declare some infrequently used optional attributes.
## Output checks
See the [corresponding section in the derivation output page](@docroot@/store/derivation/outputs/index.md).
- [`allowedReferences`]{#adv-attr-allowedReferences}\
The optional attribute `allowedReferences` specifies a list of legal
references (dependencies) of the output of the builder. For example,