1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-19 10:32:40 +00:00

Revert "Revert "Set default kernel to 3.14""

This reverts commit ad477c77ff.
This commit is contained in:
Domen Kožar 2014-10-15 12:00:47 +02:00
parent bc015be0f3
commit f5a47393b6

View file

@ -8018,7 +8018,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_3_12;
linuxPackages = linuxPackages_3_14;
# Update this when adding the newest kernel major version!
linux_latest = pkgs.linux_3_17;