linux_6_1: rebuild on x86_64-linux

Just one-off work around these hash mismatches:
https://hydra.nixos.org/build/216994032#tabs-buildsteps
(I don't know a better way, I'm afraid)
This commit is contained in:
Vladimír Čunát 2023-04-22 17:31:32 +02:00
parent 00cc237f08
commit fa8367c2d5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -15,4 +15,6 @@ buildLinux (args // rec {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
sha256 = "149h95r5msvqah868zd36y92ls9h41cr1rb5vzinl20mxdn46wnb";
};
# TODO: possible to remove after any rebuild, e.g. after update.
extraConfig = lib.optionalString (buildPackages.system == "x86_64-linux") "\n";
} // (args.argsOverride or { }))