3
0
Fork 0
forked from mirrors/nixpkgs

linux: switch to 3.12 by default (latest longterm)

Close .
This commit is contained in:
Vladimír Čunát 2014-04-06 19:54:59 +02:00
parent 95272dc61a
commit f5865a5155

View file

@ -7105,7 +7105,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_3_10;
linuxPackages = linuxPackages_3_12;
# A function to build a manually-configured kernel
linuxManualConfig = pkgs.buildLinux;