From 139d126b67fcbf51d48767aa56d06774c6290b9a Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Fri, 24 Jan 2025 19:57:29 -0600 Subject: [PATCH] github: remove Magic Nix Cache Apparently, Magic Nix Cache will stop working on Feb 1st, because the underlying APIs are being sunset by GitHub, and there are no open replacements for it quite yet. Since it's just an optimization, we'll have to live with it. Signed-off-by: Austin Seipp --- .github/workflows/build-nix.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-nix.yml b/.github/workflows/build-nix.yml index bc1203891..b225acac4 100644 --- a/.github/workflows/build-nix.yml +++ b/.github/workflows/build-nix.yml @@ -34,5 +34,4 @@ jobs: with: fetch-depth: 0 - uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d - - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 - run: nix flake check -L --show-trace