Loading pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading