diff options
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9bddd9..6f89f11 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,6 +48,8 @@ jobs: - name: Run checks run: | nix flake check \ + --no-allow-import-from-derivation \ + --no-update-lock-file \ --print-build-logs \ --show-trace |
