Disable magic nix cache's flakehub integration

This should not be doing anything, and I saw it stall (to retry
requests) once or twice.
This commit is contained in:
Marien Zwart 2024-05-26 23:29:18 +10:00
parent af7c877008
commit c042f8d6f0
No known key found for this signature in database

View file

@ -48,6 +48,8 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Enable Magic Nix Cache - name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
- name: Update flake.lock - name: Update flake.lock
if: github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && inputs.updateFlakeLock ) if: github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && inputs.updateFlakeLock )
run: | run: |