ci: pin nix version to 2.25.2 (#3484)

* ci: pin nix version to 2.25.2

* bazel: update stale lock file
This commit is contained in:
Markus Rudy 2024-11-20 09:09:20 +01:00 committed by GitHub
parent 3b23d080d7
commit 173ef26f70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,8 @@ runs:
- name: Install nix
if: steps.check_inputs.outputs.nixPreinstalled == 'false'
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
with:
install_url: "https://releases.nixos.org/nix/nix-2.25.2/install"
- name: Set $USER if not set
shell: bash