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