From f84bf723c516684c3686c5569e2d05e1a3d303dc Mon Sep 17 00:00:00 2001 From: aseph Date: Mon, 3 Aug 2026 16:44:06 +0700 Subject: [PATCH] ci: use free GHA Nix cache (disable FlakeHub cache, not subscribed) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b70ea2..a6cf3de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Cache Nix uses: DeterminateSystems/magic-nix-cache-action@v14 with: - use-flakehub: true + use-flakehub: false - name: Build ${{ matrix.service }} id: build