svn path=/nixos/branches/modular-nixos/; revision=15742

This commit is contained in:
Eelco Dolstra 2009-05-27 09:03:07 +00:00
parent 6d2ca42b30
commit 8e98dc33f5

View File

@ -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;