forked from fediversity/fediversity
Compare commits
2 commits
9f390ed6e4
...
64f2251398
| Author | SHA1 | Date | |
|---|---|---|---|
| 64f2251398 | |||
| 7df7310e96 |
1 changed files with 11 additions and 7 deletions
|
|
@ -11,13 +11,17 @@ let
|
|||
};
|
||||
modules = [ configuration ];
|
||||
};
|
||||
toplevel =
|
||||
{
|
||||
inherit (eval) pkgs config options;
|
||||
system = eval.config.system.build.toplevel;
|
||||
inherit (eval.config.system.build) vm vmWithBootLoader;
|
||||
}
|
||||
.config.system.build.toplevel;
|
||||
inherit
|
||||
(
|
||||
{
|
||||
inherit (eval) pkgs config options;
|
||||
system = eval.config.system.build.toplevel;
|
||||
inherit (eval.config.system.build) vm vmWithBootLoader;
|
||||
}
|
||||
.config.system.build
|
||||
)
|
||||
toplevel
|
||||
;
|
||||
in
|
||||
{
|
||||
drv_path = toplevel.drvPath;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue