+3
lib/tests/modules.sh
+3
lib/tests/modules.sh
···checkConfigOutput '^34$' options.nested.nestedLine34.declarationPositions.0.line ./declaration-positions.nix
+45
lib/tests/modules/lazy-attrsWith.nix
+45
lib/tests/modules/lazy-attrsWith.nix
···
···
+58
-31
lib/types.nix
+58
-31
lib/types.nix
···-description = "attribute set of ${optionDescriptionPhrase (class: class == "noun" || class == "composite") elemType}";-description = "lazy attribute set of ${optionDescriptionPhrase (class: class == "noun" || class == "composite") elemType}";
···+description = (if lazy then "lazy attribute set" else "attribute set") + " of ${optionDescriptionPhrase (class: class == "noun" || class == "composite") elemType}";