From d6617f0d5e2de6f515117c380ecc5cd40c8aa02d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Jun 2009 13:24:23 +0000 Subject: [PATCH] svn path=/nixos/branches/modular-nixos/; revision=15866 --- modules/system/boot/stage-2.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/system/boot/stage-2.nix b/modules/system/boot/stage-2.nix index 69c85d43bc5..f0e90452ebe 100644 --- a/modules/system/boot/stage-2.nix +++ b/modules/system/boot/stage-2.nix @@ -46,9 +46,5 @@ in { require = [options]; - system = { - build = { - inherit bootStage2; - }; - }; + system.build.bootStage2 = bootStage2; }