forked from lix-project/lix
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,
|
recursively. For example,
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
allowedReferences = [ foobar ];
|
allowedRequisites = [ foobar ];
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
enforces that the output of a derivation cannot have any other
|
enforces that the output of a derivation cannot have any other
|
||||||
|
|
Loading…
Reference in a new issue