···244 linux_5_10_hardened = hardenedKernelFor kernels.linux_5_10 { };
245 linux_5_15_hardened = hardenedKernelFor kernels.linux_5_15 { };
246 linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
0247248 }));
249 /* Linux kernel modules are inherently tied to a specific kernel. So
···569 linux_5_10_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_10 { });
570 linux_5_15_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_15 { });
571 linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
0572573 linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);
574 linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);
···244 linux_5_10_hardened = hardenedKernelFor kernels.linux_5_10 { };
245 linux_5_15_hardened = hardenedKernelFor kernels.linux_5_15 { };
246 linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
247+ linux_5_19_hardened = hardenedKernelFor kernels.linux_5_19 { };
248249 }));
250 /* Linux kernel modules are inherently tied to a specific kernel. So
···570 linux_5_10_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_10 { });
571 linux_5_15_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_15 { });
572 linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
573+ linux_5_19_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_19 { });
574575 linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);
576 linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);