diff options
| author | Seth Flynn <[email protected]> | 2025-02-10 20:53:08 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-10 20:53:08 -0500 |
| commit | 726ac4fb0b889ef45b7355f56a51fc4d45167386 (patch) | |
| tree | b629848c74e212a7f10cc677e9d60a8ae9e1341f /.github | |
| parent | 69446f2d2a617c0189a50177ce12080c2ea51aa7 (diff) | |
ci: enable fallback
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f89f11..5052d32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,6 +48,7 @@ jobs: - name: Run checks run: | nix flake check \ + --fallback \ --no-allow-import-from-derivation \ --no-update-lock-file \ --print-build-logs \ |
