From a81ab6f415fa871e41548679b372d260bbdca0c5 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 10 Jul 2022 19:04:47 +0800 Subject: [PATCH] flake.nix: update args for `homeManagerConfiguration` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 47eeec6f..c8a00515 100644 --- a/flake.nix +++ b/flake.nix @@ -203,9 +203,9 @@ mkUser = { system ? defaultSystem, extraModules ? [ ] }: inputs.home-manager.lib.homeManagerConfiguration { - inherit system; extraSpecialArgs = { inherit system self inputs; }; lib = lib'; + pkgs = nixpkgs.legacyPackages.${system}; modules = # Importing our custom home-manager modules. (lib'.modulesToList (lib'.filesToAttr ./modules/home-manager))