home-manager/common: Use nixpkgs flake for pkgs in Nix registry

This commit is contained in:
2022-07-21 11:47:27 +01:00
parent 1534f0a132
commit cf053a3f32
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ let
lib = pkgs.lib;
# Put the inputs in specialArgs to avoid infinite recursion when modules try to do imports
specialArgs = { inherit inputs allAssignments; inherit (cfg) systems; };
specialArgs = { inherit inputs pkgsFlakes pkgsFlake allAssignments; inherit (cfg) systems; };
# `baseModules` informs the manual which modules to document
baseModules =