We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082e879 commit 7d2e537Copy full SHA for 7d2e537
.github/workflows/eval.yml
@@ -47,6 +47,9 @@ jobs:
47
with:
48
extra_nix_config: sandbox = true
49
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
+
53
- name: Evaluate the list of all attributes and get the systems matrix
54
id: systems
55
run: |
0 commit comments