mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
reverted default kernel back to 2.6.35
svn path=/nixpkgs/trunk/; revision=30188
This commit is contained in:
parent
2a7dfdbce9
commit
bf457edff0
@ -5774,7 +5774,7 @@ let
|
||||
|
||||
# The current default kernel / kernel modules.
|
||||
linux = linuxPackages.kernel;
|
||||
linuxPackages = linuxPackages_2_6_39;
|
||||
linuxPackages = linuxPackages_2_6_35;
|
||||
|
||||
keyutils = callPackage ../os-specific/linux/keyutils { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user