Skip to content

Commit b98f6ad

Browse files
committedJan 29, 2018
Fix kernelPackages for 4.15
(cherry picked from commit 9b7c237)
1 parent 6035e5c commit b98f6ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -12577,6 +12577,7 @@ with pkgs;
1257712577
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
1257812578
linuxPackages_4_13 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_13);
1257912579
linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14);
12580+
linuxPackages_4_15 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_15);
1258012581
# Don't forget to update linuxPackages_latest!
1258112582

1258212583
# Intentionally lacks recurseIntoAttrs, as -rc kernels will quite likely break out-of-tree modules and cause failed Hydra builds.

0 commit comments

Comments
 (0)
Please sign in to comment.