Set default kernel to 3.14

It is the latest longterm http://permalink.gmane.org/gmane.linux.kernel/1738612
This commit is contained in:
Shea Levy 2014-07-06 19:27:37 -04:00
parent 74d51f0b4e
commit 8f33899dd2

View File

@ -7452,7 +7452,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_3_12;
linuxPackages = linuxPackages_3_14;
# Update this when adding the newest kernel major version!
linux_latest = pkgs.linux_3_15;