From de07fc0f8136bbe1ddcab0454785f8efbde9b6b5 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 24 Feb 2025 23:42:11 +0000 Subject: [PATCH] migrate to flakehub cache GitHub will shut down the API that Magic Nix Cache uses on February 1st --- .github/workflows/update-flake.yml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -13,7 +13,7 @@ - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - name: Enable magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main + uses: DeterminateSystems/flakehub-cache-action@main - name: Check flake uses: DeterminateSystems/flake-checker-action@main - name: Update flake.lock -- tangled.sh