lol

nixos/doc: Note that attrsOf is strict in its values

authored by

Silvan Mosberger and committed by
Silvan Mosberger
d5a29226 130a0c98

+5
+5
nixos/doc/manual/development/option-types.xml
··· 352 352 An attribute set of where all the values are of 353 353 <replaceable>t</replaceable> type. Multiple definitions result in the 354 354 joined attribute set. 355 + <note><para> 356 + This type is <emphasis>strict</emphasis> in its values, which in turn 357 + means attributes cannot depend on other attributes. See <varname> 358 + types.lazyAttrsOf</varname> for a lazy version. 359 + </para></note> 355 360 </para> 356 361 </listitem> 357 362 </varlistentry>