Compare commits

..

3 commits

View file

@ -11,17 +11,13 @@ let
};
modules = [ configuration ];
};
inherit
(
toplevel =
{
inherit (eval) pkgs config options;
system = eval.config.system.build.toplevel;
inherit (eval.config.system.build) vm vmWithBootLoader;
}
.config.system.build
)
toplevel
;
.config.system.build.toplevel;
in
{
drv_path = toplevel.drvPath;