Export pkgs

See @Gerschtli's suggestion in https://github.com/t184256/nix-on-droid/discussions/226#discussioncomment-4220726
This commit is contained in:
Daniel Kahlenberg 2022-11-24 12:52:26 +01:00 committed by Tobias Happ
parent a9b1790700
commit c16cb917d7

View file

@ -35,4 +35,5 @@ in
{ {
inherit (module.config.build) activationPackage; inherit (module.config.build) activationPackage;
inherit (module) config options; inherit (module) config options;
inherit pkgs;
} }