zfs: change tests into attrset

This commit is contained in:
jopejoe1 2024-10-20 12:59:45 +02:00
parent 49f6d16849
commit 7b15fe7c6d
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=";
}