Skip to content

Commit d6ae5ff

Browse files
authored
Fix nix.yaml
I talked to the cachix guy, who said our old cachix install URL got garbage collected. He gave me this one instead.
1 parent 9f4220f commit d6ae5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- if: ${{ needs.pre_job.outputs.should_skip_develop != 'true' }}
4545
uses: cachix/install-nix-action@v13
4646
with:
47-
install_url: https://nixos-nix-install-tests.cachix.org/serve/lb41az54kzk6j12p81br4bczary7m145/install
47+
install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
4848
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
4949
extra_nix_config: |
5050
experimental-features = nix-command flakes

0 commit comments

Comments
 (0)