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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user