[24.11] linux_latest: pin to 6.12, out of tree modules are broken (#376000)

This commit is contained in:
Franz Pletz 2025-01-23 04:53:19 +01:00 committed by GitHub
commit be24912af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -715,7 +715,7 @@ in {
packageAliases = {
linux_default = packages.linux_6_6;
# Update this when adding the newest kernel major version!
linux_latest = packages.linux_6_13;
linux_latest = packages.linux_6_12;
linux_mptcp = throw "'linux_mptcp' has been moved to https://github.com/teto/mptcp-flake";
linux_rt_default = packages.linux_rt_5_15;
linux_rt_latest = packages.linux_rt_6_6;