From 79d59ec241d4546a84a4eb513b0011c06a5068eb Mon Sep 17 00:00:00 2001 From: Amneesh Date: Sun, 16 May 2021 20:33:22 +0530 Subject: [PATCH] removed install_options was causing some checksum error --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb8f0f7..f748ae1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,6 @@ jobs: - uses: cachix/install-nix-action@v13 with: 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: | experimental-features = nix-command flakes - uses: cachix/cachix-action@v10 @@ -40,7 +39,6 @@ jobs: - uses: cachix/install-nix-action@v13 with: 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: | experimental-features = nix-command flakes - uses: cachix/cachix-action@v10