Skip to content

Commit 7ac1ec2

Browse files
committed
Nix 2.19.1
1 parent dc33a21 commit 7ac1ec2

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
@@ -88,7 +88,7 @@ echo "installer options: ${installer_options[*]}"
8888

8989
# There is --retry-on-errors, but only newer curl versions support that
9090
curl_retries=5
91-
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.17.0/install}"
91+
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.19.1/install}"
9292
do
9393
sleep 1
9494
((curl_retries--))

0 commit comments

Comments
 (0)