ci: remove Magic Nix Cache (#745)

Magic Nix Cache will no longer work with the GitHub Actions cache
as of February 1st [1].

Temporarily removing this while we look into alternative solutions.

[1] https://determinate.systems/posts/magic-nix-cache-free-tier-eol/
This commit is contained in:
Daniel Thwaites 2025-01-25 19:28:01 +00:00 committed by GitHub
parent 5e8be7521e
commit 7c1c325928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@ jobs:
steps:
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- id: get-derivations
run: |
@ -70,7 +69,6 @@ jobs:
steps:
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: |
nix build --no-update-lock-file --print-build-logs \

View file

@ -26,7 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix build .#docs
- uses: actions/upload-pages-artifact@v3