* 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
1 changed files with 8 additions and 4 deletions

View File

@ -10,12 +10,9 @@ in
{ inherit (system)
activateConfiguration
bootStage1
bootStage2
etc
extraUtils
grubMenuBuilder
initialRamdisk
kernel
modulesTree
nix
@ -30,7 +27,14 @@ in
nixosInstall
nixosRebuild
nixosGenSeccureKeys
;
;
inherit (system.initialRamdiskStuff)
bootStage1
extraUtils
initialRamdisk
modulesClosure
;
nixFallback = system.nix;