summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-10 20:53:08 -0500
committerSeth Flynn <[email protected]>2025-02-10 20:53:08 -0500
commit726ac4fb0b889ef45b7355f56a51fc4d45167386 (patch)
treeb629848c74e212a7f10cc677e9d60a8ae9e1341f
parent69446f2d2a617c0189a50177ce12080c2ea51aa7 (diff)
ci: enable fallback
-rw-r--r--.github/workflows/ci.yaml1
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 \