zfsUnstable: compatible with 4.18 again

+1 -1
+1 -1
pkgs/os-specific/linux/zfs/default.nix
··· 177 178 zfsUnstable = common rec { 179 # comment/uncomment if breaking kernel versions are known 180 - incompatibleKernelVersion = "4.18"; 181 182 # this package should point to a version / git revision compatible with the latest kernel release 183 version = "2018-08-13";
··· 177 178 zfsUnstable = common rec { 179 # comment/uncomment if breaking kernel versions are known 180 + incompatibleKernelVersion = null; 181 182 # this package should point to a version / git revision compatible with the latest kernel release 183 version = "2018-08-13";