Skip to content

Commit

Permalink
tests/zfs: test stable with stable linuxPackages
Browse files Browse the repository at this point in the history
Only unstable is supposed to be compatible with linuxPackages_latest
  • Loading branch information
Atemu committed Jan 10, 2021
1 parent 257cbbc commit 61c0e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/zfs.nix
Expand Up @@ -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 ? ""
}:
Expand Down

0 comments on commit 61c0e8e

Please sign in to comment.