mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Merge pull request #152505 from jonringer/bump-default-linux
linuxPackages: bump default 5.10 -> 5.15
This commit is contained in:
commit
63980ec2c9
|
@ -506,7 +506,7 @@ in {
|
|||
});
|
||||
|
||||
packageAliases = {
|
||||
linux_default = packages.linux_5_10;
|
||||
linux_default = packages.linux_5_15;
|
||||
# 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