From d7dfe862388af68ed2cda4a420d5a8e60761f68f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 15 May 2022 20:28:44 -0600 Subject: home: add nixpkgsUnstable to registry --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8f621f0..c47f9e4 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ home = platform: home-manager.lib.homeManagerConfiguration { system = "x86_64-linux"; - configuration = import ./home { inherit self nixpkgs nur; }; + configuration = import ./home { inherit self nixpkgs nixpkgsUnstable nur; }; extraModules = [ platform ]; username = "ale"; -- cgit v1.2.3