From 9bce6edfaa376e95e2eeb65d2a14a2f7f3190d39 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 18 Sep 2024 14:49:16 +0200 Subject: [PATCH] ci: remove magic nix cache Signed-off-by: Harald Hoyer --- .github/workflows/nix.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index ae23eb4..20d9047 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -29,8 +29,6 @@ jobs: endpoint: https://attic.teepot.org/ cache: tee-pot token: ${{ secrets.ATTIC_TOKEN }} - - name: Enable magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix flake check -L --show-trace --keep-going @@ -52,8 +50,6 @@ jobs: endpoint: https://attic.teepot.org/ cache: tee-pot token: ${{ secrets.ATTIC_TOKEN }} - - name: Enable magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: nix build run: nix run github:nixos/nixpkgs/nixos-23.11#nixci @@ -92,8 +88,6 @@ jobs: endpoint: https://attic.teepot.org/ cache: tee-pot token: ${{ secrets.ATTIC_TOKEN }} - - name: Enable magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: Log in to Docker Hub uses: docker/login-action@v3