Unverified Commit fa8367c2 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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)
parent 00cc237f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 { }))