diff options
| author | Seth Flynn <[email protected]> | 2025-02-10 20:32:18 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-10 20:45:10 -0500 |
| commit | 69446f2d2a617c0189a50177ce12080c2ea51aa7 (patch) | |
| tree | b31b9f695783f0124523aa7b1461f1b81b9d1991 /.github | |
| parent | 7cf9edfbc0bd06381d97d8171c11e9f85280d33a (diff) | |
ci: restrict some settings with `nix flake check`
Sometimes Flakes apparently need random updating. This was caught
previously by `nix-eval-jobs`, but not with `nix flake check`
See https://github.com/getchoo/borealis/actions/runs/13253381895
Diffstat (limited to '.github')
| -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 |
