From 75b6d0a5279aa0940c3c7a124900e6024ae5072e Mon Sep 17 00:00:00 2001 From: aseph Date: Mon, 3 Aug 2026 16:44:14 +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 d91076d..233c32d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: - name: Cache Nix uses: DeterminateSystems/magic-nix-cache-action@v14 with: - use-flakehub: true + use-flakehub: false - name: Build teleuploader id: build