linuxPackages: use 5_10 kernel on i686
This commit is contained in:
@@ -532,7 +532,7 @@ in {
|
||||
});
|
||||
|
||||
packageAliases = {
|
||||
linux_default = packages.linux_5_15;
|
||||
linux_default = if stdenv.hostPlatform.isi686 then packages.linux_5_10 else packages.linux_5_15;
|
||||
# Update this when adding the newest kernel major version!
|
||||
linux_latest = packages.linux_5_16;
|
||||
linux_mptcp = packages.linux_mptcp_95;
|
||||
|
||||
Reference in New Issue
Block a user