From ffba8942cc2f3828cea43d925302c16000e0915e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 27 Dec 2021 15:51:54 +0100 Subject: [PATCH] ci: bump cachix action --- .github/workflows/cachix.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 7905fcb..f6b830f 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -11,12 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v14 - 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 + - uses: cachix/install-nix-action@v16 - uses: cachix/cachix-action@v10 with: name: alarsyo