File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 57
57
chmod a+x "$HOME/.local/bin/bazel"
58
58
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
59
59
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
61
61
nixVersion=$(cat .nixversion)
62
62
chmod a+x "$HOME/.local/bin/nix-installer"
63
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"
You can’t perform that action at this time.
0 commit comments