plugins/git-worktree: fix no package test

This commit is contained in:
Austin Horstman 2024-08-31 09:11:25 -05:00
parent 3325dcb00b
commit a8dd7a5657
No known key found for this signature in database

View file

@ -28,7 +28,7 @@
}; };
no-packages = { no-packages = {
plugins.neogit = { plugins.git-worktree = {
enable = true; enable = true;
gitPackage = null; gitPackage = null;
}; };