nixos/doc: Note that attrsOf is strict in its values
This commit is contained in:
@@ -352,6 +352,11 @@
|
|||||||
An attribute set of where all the values are of
|
An attribute set of where all the values are of
|
||||||
<replaceable>t</replaceable> type. Multiple definitions result in the
|
<replaceable>t</replaceable> type. Multiple definitions result in the
|
||||||
joined attribute set.
|
joined attribute set.
|
||||||
|
<note><para>
|
||||||
|
This type is <emphasis>strict</emphasis> in its values, which in turn
|
||||||
|
means attributes cannot depend on other attributes. See <varname>
|
||||||
|
types.lazyAttrsOf</varname> for a lazy version.
|
||||||
|
</para></note>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user