From a8dd7a5657f2ed09a2a35fd06c877ea1b8e778e7 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 31 Aug 2024 09:11:25 -0500 Subject: [PATCH] plugins/git-worktree: fix no package test --- tests/test-sources/plugins/git/git-worktree.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-sources/plugins/git/git-worktree.nix b/tests/test-sources/plugins/git/git-worktree.nix index ec14c879..d96d4d40 100644 --- a/tests/test-sources/plugins/git/git-worktree.nix +++ b/tests/test-sources/plugins/git/git-worktree.nix @@ -28,7 +28,7 @@ }; no-packages = { - plugins.neogit = { + plugins.git-worktree = { enable = true; gitPackage = null; };