From c0fc77b5eabebeb758ca9fa89f917b35d2a3f615 Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 23 Aug 2024 21:53:52 +0200 Subject: [PATCH] neovim: Silence test warnings --- neovim/pkg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/pkg.nix b/neovim/pkg.nix index d4730dc..09bf0a8 100644 --- a/neovim/pkg.nix +++ b/neovim/pkg.nix @@ -41,7 +41,7 @@ }; checks.launch = inputs.nixvim.lib.${system}.check.mkTestDerivationFromNvim { - nvim = self'.packages.neovimTraxys; + nvim = self'.packages.neovimTraxys.extend { test.checkWarnings = false; }; name = "Neovim configuration"; }; };