forked from fediversity/fediversity
Compare commits
3 commits
64f2251398
...
9f390ed6e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f390ed6e4 | |||
| 0208779c5b | |||
| 2be2c45fdc |
1 changed files with 7 additions and 11 deletions
|
|
@ -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.toplevel;
|
||||||
.config.system.build
|
|
||||||
)
|
|
||||||
toplevel
|
|
||||||
;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
drv_path = toplevel.drvPath;
|
drv_path = toplevel.drvPath;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue