mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Export pkgs
See @Gerschtli's suggestion in https://github.com/t184256/nix-on-droid/discussions/226#discussioncomment-4220726
This commit is contained in:
parent
a9b1790700
commit
c16cb917d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue