From d9348b95142c51c96407f5ab7b1b47c90241b1b8 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 4 May 2026 05:35:49 -0800 Subject: [PATCH] Try to fix pullomatic --- nixos/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index c82835c..402582d 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -12,7 +12,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - inputs.home-manager.url = "github:nix-community/home-manager/release-23.11"; + inputs.home-manager.url = "github:nix-community/home-manager/release-24.11"; inputs.home-manager.inputs.nixpkgs.follows = "nixpkgs"; inputs.nur.url = "github:nix-community/NUR";