removed install_options

was causing some checksum error
This commit is contained in:
2021-05-16 20:33:22 +05:30
committed by GitHub
parent d2364b5593
commit 79d59ec241

View File

@@ -19,7 +19,6 @@ jobs:
- uses: cachix/install-nix-action@v13 - uses: cachix/install-nix-action@v13
with: with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: | extra_nix_config: |
experimental-features = nix-command flakes experimental-features = nix-command flakes
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v10
@@ -40,7 +39,6 @@ jobs:
- uses: cachix/install-nix-action@v13 - uses: cachix/install-nix-action@v13
with: with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: | extra_nix_config: |
experimental-features = nix-command flakes experimental-features = nix-command flakes
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v10