From 5dc694d39a281872cd29c2da41a82b107a6ac358 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 11 Aug 2008 11:37:56 +0000 Subject: [PATCH] * Fixed references to values moved to boot-stage-1.nix. svn path=/nixos/trunk/; revision=12582 --- default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index a52fd94b78a..57b326437ec 100644 --- a/default.nix +++ b/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;