summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-08-13 20:18:56 -0400
committerTim Steinbach <tim@nequissimus.com>2018-08-13 20:18:56 -0400
commita0649086b50d26ff82212af5ba45bd85ff12e73c (patch)
treef0e8bd11c70cd63558c5b18f2dc93d1ea55f6aab /pkgs/os-specific/linux/zfs
parent4c0e25089e9cf38bc7fa2f65fabd8e276d6b8c9e (diff)
downloadnixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.tar
nixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.tar.gz
nixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.tar.bz2
nixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.tar.lz
nixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.tar.xz
nixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.tar.zst
nixpkgs-a0649086b50d26ff82212af5ba45bd85ff12e73c.zip
zfs: unsupported for 4.18
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index 9a1baf8f7b9..f7d94ddd2e9 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -157,7 +157,7 @@ in {
   # to be adapted
   zfsStable = common {
     # comment/uncomment if breaking kernel versions are known
-    incompatibleKernelVersion = null;
+    incompatibleKernelVersion = "4.18";
 
     # this package should point to the latest release.
     version = "0.7.9";
@@ -176,7 +176,7 @@ in {
 
   zfsUnstable = common rec {
     # comment/uncomment if breaking kernel versions are known
-    incompatibleKernelVersion = null;
+    incompatibleKernelVersion = "4.18";
 
     # this package should point to a version / git revision compatible with the latest kernel release
     version = "2018-05-22";