Skip to content

Commit f62c87b

Browse files
committedNov 24, 2017
linuxPackages: Revert accidental bump to 4.14
Regression introduced by e5c24ab. I've added this for my WIP tests and forgot to reset them out of the mentioned commits. Signed-off-by: aszlig <aszlig@nix.build>
1 parent e5c24ab commit f62c87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12757,7 +12757,7 @@ with pkgs;
1275712757
});
1275812758

1275912759
# The current default kernel / kernel modules.
12760-
linuxPackages = linuxPackages_4_14;
12760+
linuxPackages = linuxPackages_4_9;
1276112761
linux = linuxPackages.kernel;
1276212762

1276312763
# Update this when adding the newest kernel major version!

0 commit comments

Comments
 (0)
Please sign in to comment.