···123 # to be adapted
124 zfsStable = common {
125 # comment/uncomment if breaking kernel versions are known
126- incompatibleKernelVersion = "4.12";
127128 version = "0.6.5.10";
129···139 };
140 zfsUnstable = common {
141 # comment/uncomment if breaking kernel versions are known
142- incompatibleKernelVersion = null;
143144 version = "0.7.0-rc4";
145
···123 # to be adapted
124 zfsStable = common {
125 # comment/uncomment if breaking kernel versions are known
126+ incompatibleKernelVersion = null;
127128 version = "0.6.5.10";
129···139 };
140 zfsUnstable = common {
141 # comment/uncomment if breaking kernel versions are known
142+ incompatibleKernelVersion = "4.12";
143144 version = "0.7.0-rc4";
145