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.

This commit is contained in:
Sebastian Walz 2023-04-05 22:59:11 +02:00 committed by Matthieu Coudron
parent c2f2239d92
commit 14604986ad

View File

@ -633,7 +633,7 @@ in {
linux_default = packages.linux_6_1;
# Update this when adding the newest kernel major version!
linux_latest = packages.linux_6_2;
linux_mptcp = packages.linux_mptcp_95;
linux_mptcp = throw "'linux_mptcp' has been moved to https://github.com/teto/mptcp-flake";
linux_rt_default = packages.linux_rt_5_4;
linux_rt_latest = packages.linux_rt_6_1;
linux_hardkernel_latest = packages.hardkernel_4_14;