From 778cde8c406e0d234ffb015193b4208aa1d8e5a2 Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Thu, 4 Jun 2026 16:41:14 -0300 Subject: [PATCH] Update kernel reference in t2linux to use latest version (7.0) --- modules/hosts/t2mbp/t2linux/_private/kernel.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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