linuxPackages: use 5_10 kernel on i686

This commit is contained in:
zowoq
2022-02-27 15:04:37 -08:00
committed by Jonathan Ringer
parent 836c6353cc
commit fa52a102be
+1 -1
View File
@@ -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;