1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

linux: use 3.4 as the default (latest longterm)

CC #501
This commit is contained in:
Vladimír Čunát 2013-06-29 12:38:02 +02:00
parent f4ec2a3090
commit 8902e01cea

View file

@ -6367,7 +6367,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_3_2;
linuxPackages = linuxPackages_3_4; # should be latest longterm, see #501
# A function to build a manually-configured kernel
linuxManualConfig = import ../os-specific/linux/kernel/manual-config.nix {