mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Update default kernel to 3.10
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
504ea7662c
commit
fc91ec48a8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user