llama-cpp: don't define metal test for linux

This commit is contained in:
Ihar Hrachyshka
2025-09-21 17:21:22 -04:00
parent 6dad8b681a
commit b5f92b2385
+1 -1
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 {