Update default kernel to 3.10

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-11-01 11:10:09 -04:00
parent 504ea7662c
commit fc91ec48a8
+1 -1
View File
@@ -6822,7 +6822,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_3_4;
linuxPackages = linuxPackages_3_10;
# A function to build a manually-configured kernel
linuxManualConfig = import ../os-specific/linux/kernel/manual-config.nix {