Compare commits

..

3 commits

View file

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