* Fixed references to values moved to boot-stage-1.nix.

svn path=/nixos/trunk/; revision=12582
This commit is contained in:
Eelco Dolstra 2008-08-11 11:37:56 +00:00
parent 44134d90cb
commit 5dc694d39a

View File

@ -10,12 +10,9 @@ in
{ inherit (system) { inherit (system)
activateConfiguration activateConfiguration
bootStage1
bootStage2 bootStage2
etc etc
extraUtils
grubMenuBuilder grubMenuBuilder
initialRamdisk
kernel kernel
modulesTree modulesTree
nix nix
@ -32,6 +29,13 @@ in
nixosGenSeccureKeys nixosGenSeccureKeys
; ;
inherit (system.initialRamdiskStuff)
bootStage1
extraUtils
initialRamdisk
modulesClosure
;
nixFallback = system.nix; nixFallback = system.nix;
manifests = system.config.installer.manifests; # exported here because nixos-rebuild uses it manifests = system.config.installer.manifests; # exported here because nixos-rebuild uses it