Set default kernel to 3.14
It is the latest longterm http://permalink.gmane.org/gmane.linux.kernel/1738612
This commit is contained in:
parent
74d51f0b4e
commit
8f33899dd2
|
@ -7452,7 +7452,7 @@ let
|
||||||
|
|
||||||
# The current default kernel / kernel modules.
|
# The current default kernel / kernel modules.
|
||||||
linux = linuxPackages.kernel;
|
linux = linuxPackages.kernel;
|
||||||
linuxPackages = linuxPackages_3_12;
|
linuxPackages = linuxPackages_3_14;
|
||||||
|
|
||||||
# Update this when adding the newest kernel major version!
|
# Update this when adding the newest kernel major version!
|
||||||
linux_latest = pkgs.linux_3_15;
|
linux_latest = pkgs.linux_3_15;
|
||||||
|
|
Loading…
Reference in New Issue