mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Bump the default kernel to 2.6.25, which seems stable enough
(cross fingers). svn path=/nixpkgs/trunk/; revision=12878
This commit is contained in:
parent
35cc272d07
commit
e2accf1c2e
1 changed files with 1 additions and 1 deletions
|
@ -5325,7 +5325,7 @@ let
|
|||
kernelPackages_2_6_26 = recurseIntoAttrs (kernelPackagesFor kernel_2_6_26);
|
||||
|
||||
# The current default kernel / kernel modules.
|
||||
kernelPackages = kernelPackages_2_6_23;
|
||||
kernelPackages = kernelPackages_2_6_25;
|
||||
#kernel = kernelPackages.kernel;
|
||||
|
||||
customKernel = composedArgsAndFun (lib.sumTwoArgs (import ../os-specific/linux/kernel/linux.nix) {
|
||||
|
|
Loading…
Reference in a new issue