Skip to content

Commit

Permalink
Disable magic nix cache's flakehub integration
Browse files Browse the repository at this point in the history
This should not be doing anything, and I saw it stall (to retry
requests) once or twice.
  • Loading branch information
marienz committed May 26, 2024
1 parent af7c877 commit c042f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c042f8d

Please sign in to comment.