From c042f8d6f040048e8b7b4f76b4b47f88cbea6d45 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Sun, 26 May 2024 23:29:18 +1000 Subject: [PATCH] Disable magic nix cache's flakehub integration This should not be doing anything, and I saw it stall (to retry requests) once or twice. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc6929b..85ec2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Enable Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main + with: + use-flakehub: false - name: Update flake.lock if: github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && inputs.updateFlakeLock ) run: |