Skip to content

Commit 52661d2

Browse files
deps: update dependency DeterminateSystems/nix-installer to v3.6.5
1 parent 7c5eeee commit 52661d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reproducible-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
chmod a+x "$HOME/.local/bin/bazel"
5858
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
5959
60-
curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v3.4.2/nix-installer-x86_64-linux # renovate:github-release
60+
curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v3.6.5/nix-installer-x86_64-linux # renovate:github-release
6161
nixVersion=$(cat .nixversion)
6262
chmod a+x "$HOME/.local/bin/nix-installer"
6363
"$HOME/.local/bin/nix-installer" install --no-confirm --nix-package-url "https://releases.nixos.org/nix/nix-$nixVersion/nix-$nixVersion-x86_64-linux.tar.xz"

0 commit comments

Comments
 (0)