mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-24 15:53:14 +03:00
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
@ -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…
Reference in New Issue
Block a user