tmuxPlugins: re-add mkTmuxPlugin

`mkTmuxPlugin` was removed from `tmuxPlugins` in #115718 while changing
the name from `mkDerivation`; this reintroduces it under the new name.
This commit is contained in:
Nicole Prindle
2021-03-19 14:37:07 -07:00
committed by Jonathan Ringer
parent 7244e1c23d
commit d93c9b0789
+2
View File
@@ -49,6 +49,8 @@ let
}));
in rec {
inherit mkTmuxPlugin;
battery = mkTmuxPlugin {
pluginName = "battery";
version = "unstable-2019-07-04";