From c3eed57f9a30c6621ba164f6abd0fc88923c30ed Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 15 Mar 2026 13:18:54 -0500 Subject: [PATCH] Revert "fix: install_dir patching after upstream 972f378653c794b0ff82282a844732695064b70f" This reverts commit f278083569f78908d614e9baae174644ab4116ed, due to the change being reverted in f873ec2955098fc4b7c3abfe891bdd49fa7947e2 upstream. --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 883b84f..7c92c46 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'" ''; });