From 85e68c6a388ef1dfc799aaa01f00758c58e87d89 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 18 Jun 2025 10:05:30 -0500 Subject: [PATCH] tests/neovim: stub meta.teams Signed-off-by: Austin Horstman --- tests/modules/programs/neovim/stubs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/modules/programs/neovim/stubs.nix b/tests/modules/programs/neovim/stubs.nix index fb6a6dd7f..c92cef8fd 100644 --- a/tests/modules/programs/neovim/stubs.nix +++ b/tests/modules/programs/neovim/stubs.nix @@ -30,6 +30,7 @@ mainProgram = stub; license = [ stub ]; maintainers = [ stub ]; + teams = [ stub ]; platforms = lib.platforms.all; }; };