Skip to content

Commit

Permalink
linuxPackages: Revert accidental bump to 4.14
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aszlig committed Nov 24, 2017
1 parent e5c24ab commit f62c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -12757,7 +12757,7 @@ with pkgs;
});

# The current default kernel / kernel modules.
linuxPackages = linuxPackages_4_14;
linuxPackages = linuxPackages_4_9;
linux = linuxPackages.kernel;

# Update this when adding the newest kernel major version!
Expand Down

0 comments on commit f62c87b

Please sign in to comment.