From 27011986651dfc0545294a78e055776a61fafd42 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 21 May 2025 16:06:32 +0200 Subject: [PATCH] chore(ci): remove magic Nix cache action - Eliminated 'magic-nix-cache-action' usage from all jobs. --- .github/workflows/nix.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 04661d0..1570135 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -27,8 +27,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 fmt: @@ -47,8 +45,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 fmt build: @@ -67,7 +63,5 @@ 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