From ce8db07caf4a9b8567327c76d30cdf8991efd71b Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 4 Dec 2023 12:39:28 +0100 Subject: [PATCH] fix(home-manager): use release-23.11 branch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9efd1096..7f21e9c2 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ nix-darwin.url = "github:lnl7/nix-darwin/master"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; - home-manager.url = "github:nix-community/home-manager"; + home-manager.url = "github:nix-community/home-manager/release-23.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts";