From b4e87d0a0f19e8e06868f16b7e8fd75fb7c35220 Mon Sep 17 00:00:00 2001 From: iofq <38452426+iofq@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:04:22 +0000 Subject: [PATCH 1/2] chore: update flake inputs + generated.nix --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index eeb1593..ab0ff9f 100644 --- a/flake.lock +++ b/flake.lock @@ -19,11 +19,11 @@ "nvim-treesitter": { "flake": false, "locked": { - "lastModified": 1773472551, - "narHash": "sha256-hD5b0inN+Jb9SJf/t6DhnY0I5Z1PiTzLbiA4W7+MkV4=", + "lastModified": 1773513967, + "narHash": "sha256-dY2Hx0WSwLDKhA/Uv9+BiQo5MwDiibuiglDG2ApSZM0=", "owner": "nvim-treesitter", "repo": "nvim-treesitter", - "rev": "eb1f8e80cb28eb7892f347609e0bdc5eb574b945", + "rev": "2f5d4c3f3c675962242096bcc8e586d76dd72eb2", "type": "github" }, "original": { From c6c6bb8af6c3f291714a922624ebc195485f49ef Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 15 Mar 2026 13:18:54 -0500 Subject: [PATCH 2/2] 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'" ''; });