svn path=/nixos/branches/modular-nixos/; revision=15866

This commit is contained in:
Eelco Dolstra 2009-06-05 13:24:23 +00:00
parent 02d26fc77d
commit d6617f0d5e
1 changed files with 1 additions and 5 deletions

View File

@ -46,9 +46,5 @@ in
{ {
require = [options]; require = [options];
system = { system.build.bootStage2 = bootStage2;
build = {
inherit bootStage2;
};
};
} }