We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4220f commit d6ae5ffCopy full SHA for d6ae5ff
.github/workflows/nix.yml
@@ -44,7 +44,7 @@ jobs:
44
- if: ${{ needs.pre_job.outputs.should_skip_develop != 'true' }}
45
uses: cachix/install-nix-action@v13
46
with:
47
- install_url: https://nixos-nix-install-tests.cachix.org/serve/lb41az54kzk6j12p81br4bczary7m145/install
+ install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
48
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
49
extra_nix_config: |
50
experimental-features = nix-command flakes
0 commit comments