fix: upstream e0eec76
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
iofq 2025-12-07 12:10:33 -06:00
parent b9cc7026e7
commit 132d340607

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'), 'site')," \
--replace-fail "install_dir = vim.fs.joinpath(vim.fn.stdpath('data') --[[@as string]], 'site')," \
"install_dir = '$out'"
'';
});