fix: install_dir patching after upstream 972f378653c794b0ff82282a844732695064b70f
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
iofq 2026-03-08 16:11:51 -05:00
parent 8faf63ffb4
commit 5d685d468d

View file

@ -79,7 +79,7 @@ let
# patch nvim-treesitter with parser bundle path
ln -sfT ${bundle}/parser $out/parser
substituteInPlace $out/lua/nvim-treesitter/config.lua \
--replace-fail "install_dir = vim.fs.joinpath(vim.fn.stdpath('data') --[[@as string]], 'site')," \
--replace-fail "install_dir = vim.fs.joinpath(vim.fn.stdpath('data') --[[@as string]], 'site/')," \
"install_dir = '$out'"
'';
});