From a8f417b4f9fe5a6822ad87b04d9bc4b01dfb002f Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 16 Dec 2025 11:41:38 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 96cf111..ddcc4d3 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixos-conf-editor.url = "github:snowfallorg/nixos-conf-editor"; home-manager = { - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; };