diff --git a/default.nix b/default.nix index ebb9110eb35..de237520ba3 100644 --- a/default.nix +++ b/default.nix @@ -34,7 +34,11 @@ in { - system = config.system.build.system; + # Optionally check wether all config values have corresponding + # option declarations. + system = pkgs.checker config.system.build.system + config.environment.checkConfigurationOptions + optionDeclarations config; nix = config.environment.nix;