mirror of
https://github.com/NixOS/nix.git
synced 2024-10-31 22:30:52 +00:00
Fix typo (assuming this is a typo)
Fix typo (assuming this is a typo) `allowedRequisites` mentions `allowedReferences` in code example
This commit is contained in:
parent
27b7b94923
commit
ed56ea980b
@ -40,7 +40,7 @@ allowedReferences = [];
|
||||
recursively. For example,
|
||||
|
||||
<programlisting>
|
||||
allowedReferences = [ foobar ];
|
||||
allowedRequisites = [ foobar ];
|
||||
</programlisting>
|
||||
|
||||
enforces that the output of a derivation cannot have any other
|
||||
|
Loading…
Reference in New Issue
Block a user