Skip to content

Commit 7d2e537

Browse files
committed
ci/eval: check that flake outputs on all systems still evaluate
1 parent 082e879 commit 7d2e537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/eval.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
with:
4848
extra_nix_config: sandbox = true
4949

50+
- name: Ensure flake outputs on all systems still evaluate
51+
run: nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build
52+
5053
- name: Evaluate the list of all attributes and get the systems matrix
5154
id: systems
5255
run: |

0 commit comments

Comments
 (0)