Propagate same 'pkgs' to all modules

This commit is contained in:
Justinas Stankevicius 2021-02-16 20:53:43 +02:00
parent 6a9282e121
commit 10f98d715f

View file

@ -253,6 +253,7 @@ let
specialArgs = {
inherit name nodes;
modulesPath = npkgs.path + "/nixos/modules";
pkgs = npkgs;
};
};