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