* Eliminate all calls to config.get.

svn path=/nixos/trunk/; revision=9619
This commit is contained in:
Eelco Dolstra
2007-11-09 18:49:45 +00:00
parent 62c1f0ddcc
commit 2fc94b76fe
16 changed files with 178 additions and 229 deletions

View File

@@ -28,7 +28,7 @@ in
nixFallback = system.nix;
manifests = system.config.get ["installer" "manifests"]; # exported here because nixos-rebuild uses it
manifests = system.config.installer.manifests; # exported here because nixos-rebuild uses it
upstartJobsCombined = system.upstartJobs;