* 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)
|
{ inherit (system)
|
||||||
activateConfiguration
|
activateConfiguration
|
||||||
bootStage1
|
|
||||||
bootStage2
|
bootStage2
|
||||||
etc
|
etc
|
||||||
extraUtils
|
|
||||||
grubMenuBuilder
|
grubMenuBuilder
|
||||||
initialRamdisk
|
|
||||||
kernel
|
kernel
|
||||||
modulesTree
|
modulesTree
|
||||||
nix
|
nix
|
||||||
|
@ -30,7 +27,14 @@ in
|
||||||
nixosInstall
|
nixosInstall
|
||||||
nixosRebuild
|
nixosRebuild
|
||||||
nixosGenSeccureKeys
|
nixosGenSeccureKeys
|
||||||
;
|
;
|
||||||
|
|
||||||
|
inherit (system.initialRamdiskStuff)
|
||||||
|
bootStage1
|
||||||
|
extraUtils
|
||||||
|
initialRamdisk
|
||||||
|
modulesClosure
|
||||||
|
;
|
||||||
|
|
||||||
nixFallback = system.nix;
|
nixFallback = system.nix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue