ci/eval: check that flake outputs on all systems still evaluate

This commit is contained in:
Cole Helbling 2025-04-02 07:55:32 -07:00
parent 082e8798ea
commit 7d2e5370e2
No known key found for this signature in database

View File

@ -47,6 +47,9 @@ jobs:
with:
extra_nix_config: sandbox = true
- name: Ensure flake outputs on all systems still evaluate
run: nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build
- name: Evaluate the list of all attributes and get the systems matrix
id: systems
run: |