vimPlugins.avante-nvim: fix darwin build

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-11-23 12:43:46 -06:00
parent 876a05aa44
commit f3384f38c8
@@ -37,6 +37,9 @@ let
buildFeatures = [ "luajit" ];
# Allow undefined symbols on Darwin - they will be provided by Neovim's LuaJIT runtime
env.RUSTFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-C link-arg=-undefined -C link-arg=dynamic_lookup";
checkFlags = [
# Disabled because they access the network.
"--skip=test_hf"