Update kernel reference in t2linux to use latest version (7.0)
This commit is contained in:
@@ -49,8 +49,9 @@ let
|
|||||||
// (args.argsOverride or { })
|
// (args.argsOverride or { })
|
||||||
);
|
);
|
||||||
|
|
||||||
|
# linux_6_19 was dropped from nixpkgs; t2linux/linux-t2-patches HEAD targets 7.x (see 76589a8).
|
||||||
linuxT2Kernel = (pkgs.callPackage linuxT2GenericFromDir { }) {
|
linuxT2Kernel = (pkgs.callPackage linuxT2GenericFromDir { }) {
|
||||||
kernel = pkgs.linux_6_19;
|
kernel = pkgs.linux_latest;
|
||||||
t2linuxPatchesSrc = inputs.t2linux-patches;
|
t2linuxPatchesSrc = inputs.t2linux-patches;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user