forked from DGNum/colmena
Merge pull request #12 from justinas/propagate-nixpkgs
Propagate same 'pkgs' to all modules
This commit is contained in:
commit
ee52032e4c
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