Update nix to 2.24.12 which is the current stable
This commit is contained in:
parent
4afcb4523a
commit
1481fcc948
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user