koboldcpp: drop stdenv.hostPlatform.isAarch64 requirement

https://github.com/NixOS/nixpkgs/pull/349052#issuecomment-2417739679
This commit is contained in:
DontEatOreo 2024-11-08 18:10:23 +02:00
parent 466d465746
commit 30a3b42239
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -29,7 +29,7 @@
vulkanSupport ? true,
vulkan-loader,
metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64,
metalSupport ? stdenv.hostPlatform.isDarwin,
}:
let