koboldcpp: drop stdenv.hostPlatform.isAarch64
requirement
https://github.com/NixOS/nixpkgs/pull/349052#issuecomment-2417739679
This commit is contained in:
parent
466d465746
commit
30a3b42239
@ -29,7 +29,7 @@
|
||||
|
||||
vulkanSupport ? true,
|
||||
vulkan-loader,
|
||||
metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64,
|
||||
metalSupport ? stdenv.hostPlatform.isDarwin,
|
||||
}:
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user