Skip to content

Commit 7ab6e7f

Browse files
authored
Merge pull request #257 from cachix/create-pull-request/patch
2 parents 0b2de19 + a851831 commit 7ab6e7f

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

103103
# There is --retry-on-errors, but only newer curl versions support that
104104
curl_retries=5
105-
nix_version=2.31.2
105+
nix_version=2.32.0
106106
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"; do
107107
sleep 1
108108
((curl_retries--))

0 commit comments

Comments
 (0)