summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-19 17:09:04 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-19 17:09:04 -0600
commit5d0e667da3b02e766ced809ba030abc954434aaf (patch)
tree94fa127dec0e12156ba6a98388db485096303ef2 /flake.nix
parent4898dcd371024b0b7e162a290e7431798984d7df (diff)
home: lock nixpkgs and nur to flake inputs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
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: {