From 1481fcc948c404960ba3cbcbd0d47ee302261ecf Mon Sep 17 00:00:00 2001 From: anmiller Date: Tue, 11 Mar 2025 13:56:12 +0000 Subject: [PATCH] Update nix to 2.24.12 which is the current stable --- installers/install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install-nix.sh b/installers/install-nix.sh index 9275a63..48c21c8 100755 --- a/installers/install-nix.sh +++ b/installers/install-nix.sh @@ -18,7 +18,7 @@ if [ "${USER:-}" == "root" ] || [ "${UID:-}" == "0" ]; then fi # Download the Nix installer and it's signature from NixOS.org -curl -so install-nix https://releases.nixos.org/nix/nix-2.18.7/install +curl -so install-nix https://releases.nixos.org/nix/nix-2.24.12/install # Run the installer sh ./install-nix