From 5d0e667da3b02e766ced809ba030abc954434aaf Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 19 Mar 2022 17:09:04 -0600 Subject: home: lock nixpkgs and nur to flake inputs --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0f29de3..03b4010 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ home = platform: home-manager.lib.homeManagerConfiguration { system = "x86_64-linux"; - configuration = import ./home; + configuration = import ./home { inherit self nixpkgs nur; }; extraModules = [ platform ]; username = "ale"; @@ -50,9 +50,7 @@ # Optionally use extraSpecialArgs # to pass through arguments to home.nix - extraSpecialArgs = { - inherit nur self; - }; + extraSpecialArgs = {}; }; homeConfig = id: platform: { -- cgit v1.2.3