tests/flake: check flake outputs for all systems
Now all `supportedSystems` from flake.nix are checked instead of only the native system of the `nix flake check` process.
This commit is contained in:
parent
b7bce52da9
commit
2a9489ec0b
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ task:
|
|||
|
||||
- name: flake
|
||||
build_script:
|
||||
- nix flake check
|
||||
- nix flake check --all-systems
|
||||
- ./test/nixos-search/ci-test.sh
|
||||
|
||||
- name: shellcheck
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ isNixVersionGreaterEqual_2_15() {
|
|||
}
|
||||
|
||||
flake() {
|
||||
nix flake check "$scriptDir/.."
|
||||
nix flake check --all-systems "$scriptDir/.."
|
||||
}
|
||||
|
||||
# Test generating module documentation for search.nixos.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue