mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
zfs: change tests into attrset (#349998)
This commit is contained in:
commit
b8a4522ce8
@ -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 ];
|
||||
}
|
||||
|
@ -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 ];
|
||||
|
||||
|
@ -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=";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user