mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
linux_latest: 4.9 -> 4.14
4.14 is going to be the next LTS kernel - http://kroah.com/log/blog/2017/10/16/linux-kernel-community-enforcement-statement/
This commit is contained in:
parent
53730c5a92
commit
bfe9c928c1
1 changed files with 1 additions and 1 deletions
|
@ -12715,7 +12715,7 @@ with pkgs;
|
|||
});
|
||||
|
||||
# The current default kernel / kernel modules.
|
||||
linuxPackages = linuxPackages_4_9;
|
||||
linuxPackages = linuxPackages_4_14;
|
||||
linux = linuxPackages.kernel;
|
||||
|
||||
# Update this when adding the newest kernel major version!
|
||||
|
|
Loading…
Reference in a new issue