1
0
Fork 1
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:
Bernardo Meurer 2022-01-03 18:18:10 +00:00 committed by GitHub
commit 63980ec2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;