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

This reverts commit f278083569, due to the
change being reverted in f873ec2955098fc4b7c3abfe891bdd49fa7947e2
upstream.
This commit is contained in:
iofq 2026-03-15 13:18:54 -05:00
parent b4e87d0a0f
commit c6c6bb8af6

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'"
'';
});