Merge pull request #215313 from GaetanLepage/bump-default-linux

linuxPackages: bump default 5.15 -> 6.1
This commit is contained in:
Maximilian Bosch 2023-03-03 21:11:15 +01:00 committed by GitHub
commit 647d316d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ In addition to numerous new and upgraded packages, this release has the followin
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- Core version changes:
- default linux: 5.15 -\> 6.1, all supported kernels available
- Cinnamon has been updated to 5.6, see [the pull request](https://github.com/NixOS/nixpkgs/pull/201328#issue-1449910204) for what is changed.
- KDE Plasma has been updated to v5.27, see [the release notes](https://kde.org/announcements/plasma/5/5.27.0/) for what is changed.

View File

@ -611,7 +611,7 @@ in {
});
packageAliases = {
linux_default = packages.linux_5_15;
linux_default = packages.linux_6_1;
# Update this when adding the newest kernel major version!
linux_latest = packages.linux_6_2;
linux_mptcp = packages.linux_mptcp_95;