Merge #131
131: Fix `pkgs` of evaluated configuration. r=roberth a=tomprince Co-authored-by: Tom Prince <tom.prince@private.storage>
This commit is contained in:
commit
ac20241a41
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