helpers/vim-plugin/mkVimPlugin: don't accept random parameters

This commit is contained in:
Gaetan Lepage 2024-02-13 00:02:54 +01:00 committed by Gaétan Lepage
parent 81ff1f8f6f
commit 6a77a9edd3

View file

@ -16,7 +16,6 @@ with lib; {
# config
extraPlugins ? [],
extraPackages ? [],
...
}: let
cfg = config.plugins.${name};