Merge pull request #12 from justinas/propagate-nixpkgs

Propagate same 'pkgs' to all modules
This commit is contained in:
Zhaofeng Li 2021-02-16 13:01:42 -08:00 committed by GitHub
commit ee52032e4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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