Passing sources through to pkgs and modules.

This commit is contained in:
kat witch 2021-03-03 03:05:50 +00:00
parent 9ece41ee80
commit 75041dd68c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 7 additions and 11 deletions

View file

@ -28,7 +28,7 @@ rec {
networking = {
inherit hostName;
};
nixpkgs.pkgs = import pkgsPath { inherit (config.nixpkgs) config; };
nixpkgs.pkgs = import pkgsPath { inherit (config.nixpkgs) config; inherit sources; };
};