Remove unneeded comma

This commit is contained in:
Oliver Davies 2024-02-05 09:32:22 +00:00
parent 30fd6fd0c2
commit f1f1524277

View file

@ -25,7 +25,7 @@ rec {
src = ../.;
};
mkNeovimPlugins = { system, }:
mkNeovimPlugins = { system }:
let
inherit (pkgs) vimPlugins;