* Eliminate all calls to config.get.
svn path=/nixos/trunk/; revision=9619
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user