From d0cc0504fa5e8cfe69a6359c573ff71db21c17a5 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 1 Aug 2025 12:32:20 +1000 Subject: [PATCH] fixed myputer still on home-manager 24.11 channel --- hosts/myputer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 3bb4736..5e172a9 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -6,7 +6,7 @@ ... }: let home-manager = builtins.fetchTarball { - url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz"; + url = "https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz"; sha256 = "1kk5qzfb87mkgy6vzm7x8z8akxr3k8k7839yjdy48z034pvidhsr"; }; in {