From 69446f2d2a617c0189a50177ce12080c2ea51aa7 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 10 Feb 2025 20:32:18 -0500 Subject: 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 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.3