From 43ebb4a2f28181d15e3f7aea3e13292aa7818b63 Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 7 Dec 2025 12:10:33 -0600 Subject: [PATCH] fix: upstream e0eec76 --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index fcc6ac3..2b4342b 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'), 'site')," \ + --replace-fail "install_dir = vim.fs.joinpath(vim.fn.stdpath('data') --[[@as string]], 'site')," \ "install_dir = '$out'" ''; });