Skip to content

Commit 15a6c5e

Browse files
committed
Drop magic-nix-cache-action — Determinate shut down the S3 bucket
The action returns 404 fetching its binary from magic-nix-cache20230623203105255200000001.s3.dualstack.us-east-2.amazonaws.com, breaking every CI and release run. Determinate's replacement is the paid FlakeHub Cache. Remove the cache step entirely — builds still work, just without a Nix store cache between runs.
1 parent b327dad commit 15a6c5e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- uses: DeterminateSystems/nix-installer-action@main
15-
- uses: DeterminateSystems/magic-nix-cache-action@main
1615

1716
- name: Build
1817
run: nix build

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- uses: DeterminateSystems/nix-installer-action@main
16-
- uses: DeterminateSystems/magic-nix-cache-action@main
1716

1817
- name: Build release tarball
1918
run: |
@@ -35,7 +34,6 @@ jobs:
3534
steps:
3635
- uses: actions/checkout@v4
3736
- uses: DeterminateSystems/nix-installer-action@main
38-
- uses: DeterminateSystems/magic-nix-cache-action@main
3937

4038
- name: Build package
4139
run: nix build .#packages.aarch64-darwin.default -o result

0 commit comments

Comments
 (0)