Unverified Commit 30a3b422 authored by DontEatOreo's avatar DontEatOreo
Browse files

koboldcpp: drop `stdenv.hostPlatform.isAarch64` requirement

parent 466d4657
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

  vulkanSupport ? true,
  vulkan-loader,
  metalSupport ? stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64,
  metalSupport ? stdenv.hostPlatform.isDarwin,
}:

let