chore(ci): remove magic Nix cache action

- Eliminated 'magic-nix-cache-action' usage from all jobs.
This commit is contained in:
Harald Hoyer 2025-05-21 16:06:32 +02:00
parent f50bc702b3
commit 2701198665
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -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