From ec6c1da94cb9a547cff3958a324fb6d24a90e629 Mon Sep 17 00:00:00 2001 From: aseph Date: Mon, 3 Aug 2026 16:44:16 +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 2d7c924..757e501 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,7 +64,7 @@ jobs: - name: Cache Nix uses: DeterminateSystems/magic-nix-cache-action@v14 with: - use-flakehub: true + use-flakehub: false - name: Build zeavis-${{ matrix.service }} id: build