linuxPackages: use 5_15 kernel on 32-bit platforms
It builds just fine with BTF disabled.
This commit is contained in:
parent
b0e0bdb880
commit
e0c5c47aa8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue