+6
lib/tests/modules.sh
+6
lib/tests/modules.sh
···checkConfigError 'while evaluating a definition from `.*/define-enable-abort.nix' config.enable ./define-enable-abort.nixcheckConfigError 'while evaluating the error message for definitions for .enable., which is an option that does not exist' config.enable ./define-enable-abort.nixcheckConfigOutput '^1$' config.bare-submodule.nested ./declare-bare-submodule.nix ./declare-bare-submodule-nested-option.nixcheckConfigOutput '^2$' config.bare-submodule.deep ./declare-bare-submodule.nix ./declare-bare-submodule-deep-option.nix
+14
lib/tests/modules/boolByOr.nix
+14
lib/tests/modules/boolByOr.nix
···
+16
lib/types.nix
+16
lib/types.nix
···+# Under the assumption that .check always runs before merge, we can assume that all defs.*.value+# have been forced, and therefore we assume we don't introduce order-dependent strictness here
+7
nixos/doc/manual/development/option-types.section.md
+7
nixos/doc/manual/development/option-types.section.md
···+All definitions must have the same value, after priorities. An error is thrown in case of a conflict.