* Fixed references to values moved to boot-stage-1.nix.
svn path=/nixos/trunk/; revision=12582
This commit is contained in:
parent
44134d90cb
commit
5dc694d39a
12
default.nix
12
default.nix
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue