mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
ci/eval: check that flake outputs on all systems still evaluate
This commit is contained in:
parent
082e8798ea
commit
7d2e5370e2
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue