mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
nextcloud*: only test corresponding version (#342896)
This commit is contained in:
commit
91c85a1aa9
@ -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