linux-kernels: linux_mptcp_95 was deprecated in aliases.nix and does not exist in packages anymore. While attribute-missing-errors are aborting, throw can be caught with tryEval.

authored by

Sebastian Walz and committed by
Matthieu Coudron
14604986 c2f2239d

+1 -1
+1 -1
pkgs/top-level/linux-kernels.nix
··· 633 linux_default = packages.linux_6_1; 634 # Update this when adding the newest kernel major version! 635 linux_latest = packages.linux_6_2; 636 - linux_mptcp = packages.linux_mptcp_95; 637 linux_rt_default = packages.linux_rt_5_4; 638 linux_rt_latest = packages.linux_rt_6_1; 639 linux_hardkernel_latest = packages.hardkernel_4_14;
··· 633 linux_default = packages.linux_6_1; 634 # Update this when adding the newest kernel major version! 635 linux_latest = packages.linux_6_2; 636 + linux_mptcp = throw "'linux_mptcp' has been moved to https://github.com/teto/mptcp-flake"; 637 linux_rt_default = packages.linux_rt_5_4; 638 linux_rt_latest = packages.linux_rt_6_1; 639 linux_hardkernel_latest = packages.hardkernel_4_14;