forked from DGNum/colmena
Propagate same 'pkgs' to all modules
This commit is contained in:
parent
6a9282e121
commit
10f98d715f
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ let
|
|||
specialArgs = {
|
||||
inherit name nodes;
|
||||
modulesPath = npkgs.path + "/nixos/modules";
|
||||
pkgs = npkgs;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue