tests/zfs: test stable with stable linuxPackages

Only unstable is supposed to be compatible with linuxPackages_latest
This commit is contained in:
Atemu 2021-01-10 13:23:32 +01:00
parent 257cbbcd3a
commit 61c0e8e657

View file

@ -8,7 +8,7 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
let
makeZfsTest = name:
{ kernelPackage ? pkgs.linuxPackages_latest
{ kernelPackage ? if enableUnstable then pkgs.linuxPackages_latest else pkgs.linuxPackages
, enableUnstable ? false
, extraTest ? ""
}: