Skip to content

Commit

Permalink
Merge pull request #215313 from GaetanLepage/bump-default-linux
Browse files Browse the repository at this point in the history
linuxPackages: bump default 5.15 -> 6.1
  • Loading branch information
Ma27 committed Mar 3, 2023
2 parents 300df95 + c8ed3c2 commit 647d316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nixos/doc/manual/release-notes/rl-2305.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/linux-kernels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 647d316

Please sign in to comment.