nixos/zfs: Use the git version for kernels unsupported by 0.6.3

This commit is contained in:
William A. Kennington III 2015-02-11 15:11:19 -08:00
parent 5742b24271
commit 35e9d3c112

View file

@ -55,7 +55,8 @@ in
boot.zfs = {
useGit = mkOption {
type = types.bool;
default = false;
# TODO(wkennington): Revert when 0.6.4 is out
default = versionAtLeast config.boot.kernelPackages.kernel.version "3.19";
example = true;
description = ''
Use the git version of the SPL and ZFS packages.