From bac8c9bda928388eb63310fc664bdff139434eed Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 2 Mar 2024 13:34:05 -0900 Subject: [PATCH] use unstable home-manager --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 54ce32d..d48458f 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ url = "github:tpwrules/nixos-apple-silicon"; }; home-manager = { - url = "github:nix-community/home-manager/release-23.11"; + url = "github:nix-community/home-manager"; #/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; }; };