linuxPackages: use 5_15 kernel on 32-bit platforms

It builds just fine with BTF disabled.
This commit is contained in:
misuzu 2022-06-19 14:01:58 +03:00
parent b0e0bdb880
commit e0c5c47aa8

View file

@ -571,7 +571,7 @@ in {
});
packageAliases = {
linux_default = if stdenv.hostPlatform.is32bit then packages.linux_5_10 else packages.linux_5_15;
linux_default = packages.linux_5_15;
# Update this when adding the newest kernel major version!
linux_latest = packages.linux_5_18;
linux_mptcp = packages.linux_mptcp_95;