We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8594a8e commit 2328a23Copy full SHA for 2328a23
1 file changed
pkgs/os-specific/linux/kernel/manual-config.nix
@@ -407,6 +407,9 @@ stdenv.mkDerivation ({
407
maintainers.thoughtpolice
408
];
409
platforms = platforms.linux;
410
+ badPlatforms =
411
+ lib.optionals (lib.versionOlder version "4.15") [ "riscv32-linux" "riscv64-linux" ] ++
412
+ lib.optional (lib.versionOlder version "5.19") "loongarch64-linux";
413
timeout = 14400; # 4 hours
414
} // extraMeta;
415
} // optionalAttrs (pos != null) {
0 commit comments