llama-cpp: don't define metal test for linux
Ihar Hrachyshka 3 months ago b5f92b23 6dad8b68
··· 177 177 doCheck = false; 178 178 179 179 passthru = { 180 180 - tests = { 180 180 + tests = lib.optionalAttrs stdenv.hostPlatform.isDarwin { 181 181 metal = llama-cpp.override { metalSupport = true; }; 182 182 }; 183 183 updateScript = nix-update-script {