summaryrefslogtreecommitdiffstats
path: root/nixos/tests
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2021-01-14 17:09:02 -0500
committerGitHub <noreply@github.com>2021-01-14 17:09:02 -0500
commitddad87f26aaa4876d73444af9faac6499d006040 (patch)
tree77a63837370239b344b14ca10c384881f68a4512 /nixos/tests
parent5666f34b28568b3f8b978a106029faba3ea9a531 (diff)
parent61c0e8e6570e32bb3fd6259359b39b4c9e7045b8 (diff)
Merge pull request #108940 from Atemu/zfs-test-with-stable-linuxPackages
tests/zfs: test stable with stable linuxPackages
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/zfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/zfs.nix b/nixos/tests/zfs.nix
index 08a0867f1a87..03aa5e5399c6 100644
--- a/nixos/tests/zfs.nix
+++ b/nixos/tests/zfs.nix
@@ -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 ? ""
}: