zfs: change tests into attrset (#349998)

This commit is contained in:
Adam C. Stephens 2024-10-30 08:55:54 -04:00 committed by GitHub
commit b8a4522ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 10 deletions

View File

@ -22,9 +22,9 @@ callPackage ./generic.nix args {
hash = "sha256-zFO8fMbirEOrn5W57rAN7IWY6EIXG8jDXqhP7BWJyiY=";
tests = [
nixosTests.zfs.series_2_1
];
tests = {
inherit (nixosTests.zfs) series_2_1;
};
maintainers = [ lib.maintainers.raitobezarius ];
}

View File

@ -19,10 +19,9 @@ callPackage ./generic.nix args {
# this package should point to the latest release.
version = "2.2.6";
tests = [
nixosTests.zfs.installer
nixosTests.zfs.series_2_2
];
tests = {
inherit (nixosTests.zfs) installer series_2_2;
};
maintainers = with lib.maintainers; [ adamcstephens amarshall ];

View File

@ -23,9 +23,9 @@ callPackage ./generic.nix args {
version = "2.2.6";
# rev = "";
tests = [
nixosTests.zfs.unstable
];
tests = {
inherit (nixosTests.zfs) unstable;
};
hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0=";
}