linux-kernels: cleanup aliases

+1 -33
-10
pkgs/top-level/aliases.nix
··· 837 linux-rt_5_15 = linuxKernel.kernels.linux_rt_5_15; 838 linux-rt_5_4 = linuxKernel.kernels.linux_rt_5_4; 839 linux-rt_6_1 = linuxKernel.kernels.linux_rt_6_1; 840 - linuxPackages_4_14 = linuxKernel.packages.linux_4_14; 841 linuxPackages_4_19 = linuxKernel.packages.linux_4_19; 842 linuxPackages_5_4 = linuxKernel.packages.linux_5_4; 843 linuxPackages_5_10 = linuxKernel.packages.linux_5_10; 844 linuxPackages_5_15 = linuxKernel.packages.linux_5_15; 845 linuxPackages_6_1 = linuxKernel.packages.linux_6_1; 846 - linuxPackages_6_4 = linuxKernel.packages.linux_6_4; 847 - linuxPackages_6_5 = linuxKernel.packages.linux_6_5; 848 linuxPackages_6_6 = linuxKernel.packages.linux_6_6; 849 - linuxPackages_6_7 = linuxKernel.packages.linux_6_7; 850 - linuxPackages_6_8 = linuxKernel.packages.linux_6_8; 851 linuxPackages_6_9 = linuxKernel.packages.linux_6_9; 852 linuxPackages_6_10 = linuxKernel.packages.linux_6_10; 853 linuxPackages_6_11 = linuxKernel.packages.linux_6_11; ··· 864 linuxPackages_rt_5_15 = linuxKernel.packages.linux_rt_5_15; 865 linuxPackages_rt_5_4 = linuxKernel.packages.linux_rt_5_4; 866 linuxPackages_rt_6_1 = linuxKernel.packages.linux_rt_6_1; 867 - linux_4_14 = linuxKernel.kernels.linux_4_14; 868 linux_4_19 = linuxKernel.kernels.linux_4_19; 869 linux_5_4 = linuxKernel.kernels.linux_5_4; 870 linux_5_10 = linuxKernel.kernels.linux_5_10; 871 linux_5_15 = linuxKernel.kernels.linux_5_15; 872 linux_6_1 = linuxKernel.kernels.linux_6_1; 873 - linux_6_4 = linuxKernel.kernels.linux_6_4; 874 - linux_6_5 = linuxKernel.kernels.linux_6_5; 875 linux_6_6 = linuxKernel.kernels.linux_6_6; 876 - linux_6_7 = linuxKernel.kernels.linux_6_7; 877 - linux_6_8 = linuxKernel.kernels.linux_6_8; 878 linux_6_9 = linuxKernel.kernels.linux_6_9; 879 linux_6_10 = linuxKernel.kernels.linux_6_10; 880 linux_6_11 = linuxKernel.kernels.linux_6_11;
··· 837 linux-rt_5_15 = linuxKernel.kernels.linux_rt_5_15; 838 linux-rt_5_4 = linuxKernel.kernels.linux_rt_5_4; 839 linux-rt_6_1 = linuxKernel.kernels.linux_rt_6_1; 840 linuxPackages_4_19 = linuxKernel.packages.linux_4_19; 841 linuxPackages_5_4 = linuxKernel.packages.linux_5_4; 842 linuxPackages_5_10 = linuxKernel.packages.linux_5_10; 843 linuxPackages_5_15 = linuxKernel.packages.linux_5_15; 844 linuxPackages_6_1 = linuxKernel.packages.linux_6_1; 845 linuxPackages_6_6 = linuxKernel.packages.linux_6_6; 846 linuxPackages_6_9 = linuxKernel.packages.linux_6_9; 847 linuxPackages_6_10 = linuxKernel.packages.linux_6_10; 848 linuxPackages_6_11 = linuxKernel.packages.linux_6_11; ··· 859 linuxPackages_rt_5_15 = linuxKernel.packages.linux_rt_5_15; 860 linuxPackages_rt_5_4 = linuxKernel.packages.linux_rt_5_4; 861 linuxPackages_rt_6_1 = linuxKernel.packages.linux_rt_6_1; 862 linux_4_19 = linuxKernel.kernels.linux_4_19; 863 linux_5_4 = linuxKernel.kernels.linux_5_4; 864 linux_5_10 = linuxKernel.kernels.linux_5_10; 865 linux_5_15 = linuxKernel.kernels.linux_5_15; 866 linux_6_1 = linuxKernel.kernels.linux_6_1; 867 linux_6_6 = linuxKernel.kernels.linux_6_6; 868 linux_6_9 = linuxKernel.kernels.linux_6_9; 869 linux_6_10 = linuxKernel.kernels.linux_6_10; 870 linux_6_11 = linuxKernel.kernels.linux_6_11;
+1 -23
pkgs/top-level/linux-kernels.nix
··· 303 linux_6_13_hardened = hardenedKernelFor kernels.linux_6_13 { }; 304 305 } // lib.optionalAttrs config.allowAliases { 306 - linux_4_14 = throw "linux 4.14 was removed because it will reach its end of life within 23.11"; 307 linux_4_19 = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; 308 - linux_6_4 = throw "linux 6.4 was removed because it has reached its end of life upstream"; 309 - linux_6_5 = throw "linux 6.5 was removed because it has reached its end of life upstream"; 310 - linux_6_7 = throw "linux 6.7 was removed because it has reached its end of life upstream"; 311 - linux_6_8 = throw "linux 6.8 was removed because it has reached its end of life upstream"; 312 linux_6_9 = throw "linux 6.9 was removed because it has reached its end of life upstream"; 313 linux_6_10 = throw "linux 6.10 was removed because it has reached its end of life upstream"; 314 linux_6_11 = throw "linux 6.11 was removed because it has reached its end of life upstream"; 315 316 - linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option"; 317 - 318 - linux_4_14_hardened = throw "linux 4.14 was removed because it will reach its end of life within 23.11"; 319 linux_4_19_hardened = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; 320 - linux_6_4_hardened = throw "linux 6.4 was removed because it has reached its end of life upstream"; 321 - linux_6_5_hardened = throw "linux 6.5 was removed because it has reached its end of life upstream"; 322 - linux_6_7_hardened = throw "linux 6.7 was removed because it has reached its end of life upstream"; 323 - linux_6_8_hardened = throw "linux 6.8 was removed because it has reached its end of life upstream"; 324 linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream"; 325 linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream"; 326 linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream"; ··· 684 linux_6_13 = recurseIntoAttrs (packagesFor kernels.linux_6_13); 685 linux_6_14 = recurseIntoAttrs (packagesFor kernels.linux_6_14); 686 } // lib.optionalAttrs config.allowAliases { 687 - linux_4_14 = throw "linux 4.14 was removed because it will reach its end of life within 23.11"; # Added 2023-10-11 688 linux_4_19 = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; # Added 2024-09-21 689 - linux_6_4 = throw "linux 6.4 was removed because it reached its end of life upstream"; # Added 2023-10-02 690 - linux_6_5 = throw "linux 6.5 was removed because it reached its end of life upstream"; # Added 2024-02-28 691 - linux_6_7 = throw "linux 6.7 was removed because it reached its end of life upstream"; # Added 2024-04-04 692 - linux_6_8 = throw "linux 6.8 was removed because it reached its end of life upstream"; # Added 2024-08-02 693 linux_6_9 = throw "linux 6.9 was removed because it reached its end of life upstream"; # Added 2024-08-02 694 linux_6_10 = throw "linux 6.10 was removed because it reached its end of life upstream"; # Added 2024-10-23 695 linux_6_11 = throw "linux 6.11 was removed because it reached its end of life upstream"; # Added 2025-03-23 ··· 739 linux_latest_libre = recurseIntoAttrs (packagesFor kernels.linux_latest_libre); 740 __recurseIntoDerivationForReleaseJobs = true; 741 } // lib.optionalAttrs config.allowAliases { 742 - linux_4_14_hardened = throw "linux 4.14 was removed because it will reach its end of life within 23.11"; 743 linux_4_19_hardened = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; 744 - linux_6_4_hardened = throw "linux 6.4 was removed because it has reached its end of life upstream"; 745 - linux_6_5_hardened = throw "linux 6.5 was removed because it has reached its end of life upstream"; 746 - linux_6_7_hardened = throw "linux 6.7 was removed because it has reached its end of life upstream"; 747 - linux_6_8_hardened = throw "linux 6.8 was removed because it has reached its end of life upstream"; 748 linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream"; 749 linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream"; 750 - linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option"; 751 }); 752 753 packageAliases = {
··· 303 linux_6_13_hardened = hardenedKernelFor kernels.linux_6_13 { }; 304 305 } // lib.optionalAttrs config.allowAliases { 306 linux_4_19 = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; 307 linux_6_9 = throw "linux 6.9 was removed because it has reached its end of life upstream"; 308 linux_6_10 = throw "linux 6.10 was removed because it has reached its end of life upstream"; 309 linux_6_11 = throw "linux 6.11 was removed because it has reached its end of life upstream"; 310 311 linux_4_19_hardened = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; 312 linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream"; 313 linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream"; 314 linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream"; ··· 672 linux_6_13 = recurseIntoAttrs (packagesFor kernels.linux_6_13); 673 linux_6_14 = recurseIntoAttrs (packagesFor kernels.linux_6_14); 674 } // lib.optionalAttrs config.allowAliases { 675 linux_4_19 = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; # Added 2024-09-21 676 linux_6_9 = throw "linux 6.9 was removed because it reached its end of life upstream"; # Added 2024-08-02 677 linux_6_10 = throw "linux 6.10 was removed because it reached its end of life upstream"; # Added 2024-10-23 678 linux_6_11 = throw "linux 6.11 was removed because it reached its end of life upstream"; # Added 2025-03-23 ··· 722 linux_latest_libre = recurseIntoAttrs (packagesFor kernels.linux_latest_libre); 723 __recurseIntoDerivationForReleaseJobs = true; 724 } // lib.optionalAttrs config.allowAliases { 725 linux_4_19_hardened = throw "linux 4.19 was removed because it will reach its end of life within 24.11"; 726 linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream"; 727 + linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream"; 728 linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream"; 729 }); 730 731 packageAliases = {