···57 kernels = recurseIntoAttrs (lib.makeExtensible (self: with self;
58 let callPackage = newScope self; in {
59000060 linux_mptcp_95 = callPackage ../os-specific/linux/kernel/linux-mptcp-95.nix {
61 kernelPatches = linux_4_19.kernelPatches;
62 };
···57 kernels = recurseIntoAttrs (lib.makeExtensible (self: with self;
58 let callPackage = newScope self; in {
5960+ # NOTE: PLEASE DO NOT ADD NEW VENDOR KERNELS TO NIXPKGS.
61+ # New vendor kernels should go to nixos-hardware instead.
62+ # e.g. https://github.com/NixOS/nixos-hardware/tree/master/microsoft/surface/kernel
63+64 linux_mptcp_95 = callPackage ../os-specific/linux/kernel/linux-mptcp-95.nix {
65 kernelPatches = linux_4_19.kernelPatches;
66 };