Fix pkgs
of evaluated configuration.
This commit is contained in:
parent
f5a3f299c6
commit
ab13e0a3f4
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ in
|
||||||
composition // {
|
composition // {
|
||||||
# throw in lib and pkgs for repl convenience
|
# throw in lib and pkgs for repl convenience
|
||||||
inherit lib;
|
inherit lib;
|
||||||
inherit (composition.config._module.args) pkgs;
|
inherit (composition._module.args) pkgs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue