diff --git a/modules/hosts/t2mbp/t2linux/_private/kernel.nix b/modules/hosts/t2mbp/t2linux/_private/kernel.nix index 7c0c44b..a55448b 100644 --- a/modules/hosts/t2mbp/t2linux/_private/kernel.nix +++ b/modules/hosts/t2mbp/t2linux/_private/kernel.nix @@ -49,8 +49,9 @@ let // (args.argsOverride or { }) ); + # linux_6_19 was dropped from nixpkgs; t2linux/linux-t2-patches HEAD targets 7.x (see 76589a8). linuxT2Kernel = (pkgs.callPackage linuxT2GenericFromDir { }) { - kernel = pkgs.linux_6_19; + kernel = pkgs.linux_latest; t2linuxPatchesSrc = inputs.t2linux-patches; }; in