diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-19 17:09:04 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-19 17:09:04 -0600 |
| commit | 5d0e667da3b02e766ced809ba030abc954434aaf (patch) | |
| tree | 94fa127dec0e12156ba6a98388db485096303ef2 /flake.nix | |
| parent | 4898dcd371024b0b7e162a290e7431798984d7df (diff) | |
home: lock nixpkgs and nur to flake inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: { |
