Update cachix/install-nix-action action to v25

This commit is contained in:
renovate[bot] 2024-01-12 20:20:33 +00:00 committed by GitHub
parent 830cd0e6d7
commit cdec0dfa27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
run: rm -rf "$HOME/.rustup" "$HOME/.cargo" run: rm -rf "$HOME/.rustup" "$HOME/.cargo"
- name: Install Nix (with flakes and nix-command enabled) - name: Install Nix (with flakes and nix-command enabled)
uses: cachix/install-nix-action@v24 uses: cachix/install-nix-action@v25
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable