Update nix to 2.24.12 which is the current stable

This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent 189acc497d
commit cd4488ff24

View File

@ -18,7 +18,7 @@ if [ "${USER:-}" == "root" ] || [ "${UID:-}" == "0" ]; then
fi fi
# Download the Nix installer and it's signature from NixOS.org # 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 # Run the installer
sh ./install-nix sh ./install-nix