Merge pull request #153531 from NixOS/revert-152505-bump-default-linux
Revert "linuxPackages: bump default 5.10 -> 5.15"
This commit is contained in:
commit
2f23c4ee4b
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ in {
|
|||
});
|
||||
|
||||
packageAliases = {
|
||||
linux_default = packages.linux_5_15;
|
||||
linux_default = packages.linux_5_10;
|
||||
# Update this when adding the newest kernel major version!
|
||||
linux_latest = packages.linux_5_15;
|
||||
linux_mptcp = packages.linux_mptcp_95;
|
||||
|
|
Loading…
Reference in a new issue