nextcloud*: only test corresponding version
This commit is contained in:
parent
de24beec33
commit
b9ba772e16
@ -18,7 +18,9 @@ let
|
||||
};
|
||||
|
||||
passthru = {
|
||||
tests = nixosTests.nextcloud;
|
||||
tests = lib.filterAttrs (
|
||||
key: _: (lib.hasSuffix (lib.versions.major version) key)
|
||||
) nixosTests.nextcloud;
|
||||
inherit packages;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user