linuxPackages: bump default 5.15 -> 6.1

This commit is contained in:
Gaetan Lepage 2023-02-08 15:07:08 +01:00
parent 559febc33d
commit c8ed3c2962
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.
- `nixos-rebuild` now supports an extra `--specialisation` option that can be used to change specialisation for `switch` and `test` commands.

View file

@ -596,7 +596,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_1;
linux_mptcp = packages.linux_mptcp_95;