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