ci/eval: check that flake outputs on all systems still evaluate
This commit is contained in:
parent
082e8798ea
commit
7d2e5370e2
3
.github/workflows/eval.yml
vendored
3
.github/workflows/eval.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user