Compare commits

..

No commits in common. "c3eed57f9a30c6621ba164f6abd0fc88923c30ed" and "f294cb2f0e7fa335d00def568a26ccb7d645ebe2" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -19,11 +19,11 @@
"nvim-treesitter": { "nvim-treesitter": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1773513967, "lastModified": 1773472551,
"narHash": "sha256-dY2Hx0WSwLDKhA/Uv9+BiQo5MwDiibuiglDG2ApSZM0=", "narHash": "sha256-hD5b0inN+Jb9SJf/t6DhnY0I5Z1PiTzLbiA4W7+MkV4=",
"owner": "nvim-treesitter", "owner": "nvim-treesitter",
"repo": "nvim-treesitter", "repo": "nvim-treesitter",
"rev": "2f5d4c3f3c675962242096bcc8e586d76dd72eb2", "rev": "eb1f8e80cb28eb7892f347609e0bdc5eb574b945",
"type": "github" "type": "github"
}, },
"original": { "original": {

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