Skip to content

Commit 09a54c3

Browse files
committed
ci/eval: move flake eval check to eval-aliases job
1 parent 7d2e537 commit 09a54c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/eval.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ 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-
5350
- name: Evaluate the list of all attributes and get the systems matrix
5451
id: systems
5552
run: |
@@ -78,6 +75,9 @@ jobs:
7875
with:
7976
extra_nix_config: sandbox = true
8077

78+
- name: Ensure flake outputs on all systems still evaluate
79+
run: nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build
80+
8181
- name: Query nixpkgs with aliases enabled to check for basic syntax errors
8282
run: |
8383
time nix-env -I ./nixpkgs -f ./nixpkgs -qa '*' --option restrict-eval true --option allow-import-from-derivation false >/dev/null

0 commit comments

Comments
 (0)