From a03080d35eba89a5b16d707f196480e0c00d4800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hlu=C5=A1i=C4=8Dka?= Date: Tue, 21 Nov 2023 22:27:40 +0100 Subject: [PATCH] vimPlugins.neotest: fix typo in overrides --- pkgs/applications/editors/vim/plugins/overrides.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a27f8650f425..ce74644b951e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -847,7 +847,7 @@ self: super: { dependencies = with self; [ plenary-nvim ]; }; - neotest = super.neorg.overrideAttrs { + neotest = super.neotest.overrideAttrs { dependencies = with self; [ plenary-nvim ]; };