Fix pkgs of evaluated configuration.

This commit is contained in:
Tom Prince 2021-08-25 01:52:02 -06:00
parent f5a3f299c6
commit ab13e0a3f4

View file

@ -33,5 +33,5 @@ in
composition // {
# throw in lib and pkgs for repl convenience
inherit lib;
inherit (composition.config._module.args) pkgs;
inherit (composition._module.args) pkgs;
}