svn path=/nixos/branches/modular-nixos/; revision=15742
This commit is contained in:
parent
6d2ca42b30
commit
8e98dc33f5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue