llama-cpp: don't define metal test for linux (#445066)

This commit is contained in:
Sandro
2025-09-28 13:13:49 +00:00
committed by GitHub

View File

@@ -177,7 +177,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
doCheck = false;
passthru = {
tests = {
tests = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
metal = llama-cpp.override { metalSupport = true; };
};
updateScript = nix-update-script {