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 = {
|
specialArgs = {
|
||||||
inherit name nodes;
|
inherit name nodes;
|
||||||
modulesPath = npkgs.path + "/nixos/modules";
|
modulesPath = npkgs.path + "/nixos/modules";
|
||||||
|
pkgs = npkgs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue