Boldly update default Linux kernel to 4.1

4.1 is the latest long-term kernel. Better to get this out of the way
early in the release cycle.
This commit is contained in:
Eelco Dolstra 2015-09-28 16:35:14 +02:00
parent 1cc351da07
commit 03575caf9d

View File

@ -9914,7 +9914,7 @@ let
};
# The current default kernel / kernel modules.
linuxPackages = linuxPackages_3_18;
linuxPackages = linuxPackages_4_1;
linux = linuxPackages.kernel;
# Update this when adding the newest kernel major version!