ci/eval: move flake eval check to eval-aliases job
This commit is contained in:
parent
7d2e5370e2
commit
09a54c33e7
6
.github/workflows/eval.yml
vendored
6
.github/workflows/eval.yml
vendored
@ -47,9 +47,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra_nix_config: sandbox = true
|
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
|
- name: Evaluate the list of all attributes and get the systems matrix
|
||||||
id: systems
|
id: systems
|
||||||
run: |
|
run: |
|
||||||
@ -78,6 +75,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra_nix_config: sandbox = true
|
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: Query nixpkgs with aliases enabled to check for basic syntax errors
|
- name: Query nixpkgs with aliases enabled to check for basic syntax errors
|
||||||
run: |
|
run: |
|
||||||
time nix-env -I ./nixpkgs -f ./nixpkgs -qa '*' --option restrict-eval true --option allow-import-from-derivation false >/dev/null
|
time nix-env -I ./nixpkgs -f ./nixpkgs -qa '*' --option restrict-eval true --option allow-import-from-derivation false >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user