koboldcpp: enable vulkanSupport for darwin

This commit is contained in:
DontEatOreo
2025-05-29 20:32:18 +05:30
committed by Masum Reza
parent a547e041f6
commit 63ae011fe7
+1 -1
View File
@@ -23,7 +23,7 @@
clblast,
ocl-icd,
vulkanSupport ? (!stdenv.hostPlatform.isDarwin),
vulkanSupport ? true,
vulkan-loader,
shaderc,
metalSupport ? stdenv.hostPlatform.isDarwin,