Update nix to 2.24.12 which is the current stable

This commit is contained in:
anmiller 2025-03-11 13:56:12 +00:00
parent 4afcb4523a
commit 1481fcc948

View File

@ -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