Skip to content

Commit fd24c48

Browse files
authored
Merge pull request #258 from cachix/create-pull-request/patch
nix: 2.32.0 -> 2.32.1
2 parents 7ab6e7f + a55fd2d commit fd24c48

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.32.0
105+
nix_version=2.32.1
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)