Skip to content

Commit

Permalink
Nix: 2.19.1 -> 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 12, 2024
1 parent 7ac1ec2 commit 6004951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nix.sh
Expand Up @@ -88,7 +88,7 @@ echo "installer options: ${installer_options[*]}"

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

0 comments on commit 6004951

Please sign in to comment.