We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b6df2 commit a1e2474Copy full SHA for a1e2474
.github/workflows/reproducible-builds.yml
@@ -57,7 +57,7 @@ jobs:
57
chmod a+x "$HOME/.local/bin/bazel"
58
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
59
60
- curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v0.38.1/nix-installer-x86_64-linux # renovate:github-release
+ curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v3.0.0/nix-installer-x86_64-linux # renovate:github-release
61
nixVersion=$(cat .nixversion)
62
chmod a+x "$HOME/.local/bin/nix-installer"
63
"$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