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 9, 2023
1 parent 8836d9c commit 899c652
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
has the following highlights:
</para>
<itemizedlist>
<listitem>
<para>
Core version changes:
</para>
<itemizedlist spacing="compact">
<listitem>
<para>
default linux: 5.15 -&gt; 6.1, all supported kernels
available
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
Cinnamon has been updated to 5.6, see
Expand Down
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 899c652

Please sign in to comment.