Update nix to 2.24.12 which is the current stable

This commit is contained in:
Andrew R. M 2025-04-04 17:43:06 +00:00
parent fe65a36685
commit cf80d4a447

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