From f66b0bb64343b24308b6c2e2aeed63ea69bd5ee6 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 17 Jun 2025 12:49:53 -0500 Subject: [PATCH] vimPlugins.nvim-treesitter: allow norg failure in check removed in https://github.com/NixOS/nixpkgs/pull/408464 Signed-off-by: Austin Horstman --- .../editors/vim/plugins/nvim-treesitter/overrides.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix b/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix index a71f6faa5e4b..515107aa923e 100644 --- a/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix @@ -95,6 +95,7 @@ in touch $out export HOME=$(mktemp -d) ln -s ${withAllGrammars}/CONTRIBUTING.md . + export ALLOWED_INSTALLATION_FAILURES=norg nvim --headless "+luafile ${withAllGrammars}/scripts/check-queries.lua" | tee log