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 e7ff55bf06
commit 43ebb4a2f2

View file

@ -79,7 +79,7 @@ let
# patch nvim-treesitter with parser bundle path # patch nvim-treesitter with parser bundle path
ln -sfT ${bundle}/parser $out/parser ln -sfT ${bundle}/parser $out/parser
substituteInPlace $out/lua/nvim-treesitter/config.lua \ 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'" "install_dir = '$out'"
''; '';
}); });