linux-kernels: cleanup aliases

+1 -33
-10
pkgs/top-level/aliases.nix
··· 837 837 linux-rt_5_15 = linuxKernel.kernels.linux_rt_5_15; 838 838 linux-rt_5_4 = linuxKernel.kernels.linux_rt_5_4; 839 839 linux-rt_6_1 = linuxKernel.kernels.linux_rt_6_1; 840 - linuxPackages_4_14 = linuxKernel.packages.linux_4_14; 841 840 linuxPackages_4_19 = linuxKernel.packages.linux_4_19; 842 841 linuxPackages_5_4 = linuxKernel.packages.linux_5_4; 843 842 linuxPackages_5_10 = linuxKernel.packages.linux_5_10; 844 843 linuxPackages_5_15 = linuxKernel.packages.linux_5_15; 845 844 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 845 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 846 linuxPackages_6_9 = linuxKernel.packages.linux_6_9; 852 847 linuxPackages_6_10 = linuxKernel.packages.linux_6_10; 853 848 linuxPackages_6_11 = linuxKernel.packages.linux_6_11; ··· 864 859 linuxPackages_rt_5_15 = linuxKernel.packages.linux_rt_5_15; 865 860 linuxPackages_rt_5_4 = linuxKernel.packages.linux_rt_5_4; 866 861 linuxPackages_rt_6_1 = linuxKernel.packages.linux_rt_6_1; 867 - linux_4_14 = linuxKernel.kernels.linux_4_14; 868 862 linux_4_19 = linuxKernel.kernels.linux_4_19; 869 863 linux_5_4 = linuxKernel.kernels.linux_5_4; 870 864 linux_5_10 = linuxKernel.kernels.linux_5_10; 871 865 linux_5_15 = linuxKernel.kernels.linux_5_15; 872 866 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 867 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 868 linux_6_9 = linuxKernel.kernels.linux_6_9; 879 869 linux_6_10 = linuxKernel.kernels.linux_6_10; 880 870 linux_6_11 = linuxKernel.kernels.linux_6_11;
+1 -23
pkgs/top-level/linux-kernels.nix
··· 303 303 linux_6_13_hardened = hardenedKernelFor kernels.linux_6_13 { }; 304 304 305 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 306 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 307 linux_6_9 = throw "linux 6.9 was removed because it has reached its end of life upstream"; 313 308 linux_6_10 = throw "linux 6.10 was removed because it has reached its end of life upstream"; 314 309 linux_6_11 = throw "linux 6.11 was removed because it has reached its end of life upstream"; 315 310 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 311 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 312 linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream"; 325 313 linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream"; 326 314 linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream"; ··· 684 672 linux_6_13 = recurseIntoAttrs (packagesFor kernels.linux_6_13); 685 673 linux_6_14 = recurseIntoAttrs (packagesFor kernels.linux_6_14); 686 674 } // 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 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 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 676 linux_6_9 = throw "linux 6.9 was removed because it reached its end of life upstream"; # Added 2024-08-02 694 677 linux_6_10 = throw "linux 6.10 was removed because it reached its end of life upstream"; # Added 2024-10-23 695 678 linux_6_11 = throw "linux 6.11 was removed because it reached its end of life upstream"; # Added 2025-03-23 ··· 739 722 linux_latest_libre = recurseIntoAttrs (packagesFor kernels.linux_latest_libre); 740 723 __recurseIntoDerivationForReleaseJobs = true; 741 724 } // 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 725 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 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"; 749 728 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 729 }); 752 730 753 731 packageAliases = {