Skip to content

Commit 150afea

Browse files
authored
Merge pull request #253 from cachix/create-pull-request/patch
nix: 2.31.0 -> 2.31.1
2 parents 6f18c7d + cdda9d9 commit 150afea

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

9595
# There is --retry-on-errors, but only newer curl versions support that
9696
curl_retries=5
97-
nix_version=2.31.0
97+
nix_version=2.31.1
9898
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"
9999
do
100100
sleep 1

0 commit comments

Comments
 (0)