Skip to content

Commit

Permalink
linuxPackages: bump default 5.15 -> 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 10, 2023
1 parent 559febc commit c8ed3c2
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.

- `nixos-rebuild` now supports an extra `--specialisation` option that can be used to change specialisation for `switch` and `test` commands.
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 @@ -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;
Expand Down

0 comments on commit c8ed3c2

Please sign in to comment.