+2
lib/modules.nix
+2
lib/modules.nix
···
+8
lib/tests/modules.sh
+8
lib/tests/modules.sh
···+# We currently throw this error already in `config`, but throwing in `config.wrong1` would be acceptable.+checkConfigError 'It seems as if you.re trying to declare an option by placing it into .config. rather than .options.' config.wrong1 ./error-mkOption-in-config.nix+# We currently throw this error already in `config`, but throwing in `config.nest.wrong2` would be acceptable.+checkConfigError 'It seems as if you.re trying to declare an option by placing it into .config. rather than .options.' config.nest.wrong2 ./error-mkOption-in-config.nix+checkConfigError 'The option .sub.wrong2. does not exist. Definition values:' config.sub ./error-mkOption-in-submodule-config.nix+checkConfigError '.*This can happen if you e.g. declared your options in .types.submodule.' config.sub ./error-mkOption-in-submodule-config.nixcheckConfigOutput '".*/store/0lz9p8xhf89kb1c1kk6jxrzskaiygnlh-bash-5.2-p15.drv"' config.pathInStore.ok1 ./types.nix
+14
lib/tests/modules/error-mkOption-in-config.nix
+14
lib/tests/modules/error-mkOption-in-config.nix
···