ci: unpin nix install url

I don't think we no longer need this and the install-nix-action
is not compatible with it.
This commit is contained in:
Jörg Thalheim 2023-06-18 19:19:24 +07:00 committed by Alexander Fougner
parent 23c2c8832a
commit 73dd04c059

View File

@ -9,8 +9,6 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v22
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}