From f278083569f78908d614e9baae174644ab4116ed Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 8 Mar 2026 16:11:51 -0500 Subject: [PATCH] fix: install_dir patching after upstream 972f378653c794b0ff82282a844732695064b70f --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 7c92c46..883b84f 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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'" ''; });