Skip to content

Commit e278794

Browse files
committed
Nix: 2.15.1 -> 2.16.1
1 parent 8ab3881 commit e278794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ echo "installer options: ${installer_options[*]}"
6969

7070
# There is --retry-on-errors, but only newer curl versions support that
7171
curl_retries=5
72-
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.15.1/install}"
72+
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.16.1/install}"
7373
do
7474
sleep 1
7575
((curl_retries--))

0 commit comments

Comments
 (0)