Revert "Revert "Set default kernel to 3.14""

This reverts commit ad477c77ff.
This commit is contained in:
Domen Kožar 2014-10-15 12:00:47 +02:00
parent bc015be0f3
commit f5a47393b6
1 changed files with 1 additions and 1 deletions

View File

@ -8018,7 +8018,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_17;