Unverified Commit 9192c8ca authored by K900's avatar K900 Committed by GitHub
Browse files

linuxPackages: 6.12 -> 6.18 (#485549)

parents b7cd41b8 c9ddb6db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->

- Create the first release note entry in this section!
- The default kernel package has been updated from 6.12 to 6.18. All supported kernels remain available.

## New Modules {#sec-release-26.05-new-modules}

+0 −3
Original line number Diff line number Diff line
@@ -242,9 +242,6 @@ in
          }
        ];

        # Use LTS that bcachefs is compatible with.
        boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_6_18;

        # needed for systemd-remount-fs
        system.fsPackages = [ cfg.package ];
        services.udev.packages = [ cfg.package ];
+2 −2
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ in

        linux_6_12_hardened = hardenedKernelFor kernels.linux_6_12 { };

        linux_hardened = hardenedKernelFor packageAliases.linux_default.kernel { };
        linux_hardened = linux_6_12_hardened;
      }
      // lib.optionalAttrs config.allowAliases {
        linux_libre = throw "linux_libre has been removed due to lack of maintenance";
@@ -812,7 +812,7 @@ in
  );

  packageAliases = {
    linux_default = packages.linux_6_12;
    linux_default = packages.linux_6_18;
    # Update this when adding the newest kernel major version!
    linux_latest = packages.linux_6_19;
    linux_rt_default = packages.linux_rt_5_15;