linux_rt_default: 5.4 -> 5.15 (#312287)

This commit is contained in:
Orivej Desh
2024-05-20 09:05:54 +00:00
committed by GitHub
parent 21fd5b7d67
commit d3bdb7a53a
+1 -1
View File
@@ -683,7 +683,7 @@ in {
# Update this when adding the newest kernel major version!
linux_latest = packages.linux_6_9;
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_default = packages.linux_rt_5_15;
linux_rt_latest = packages.linux_rt_6_6;
} // { __attrsFailEvaluation = true; };