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-12 20:14:31 -05:00 committed by Jonathan Ringer
parent 7244e1c23d
commit d93c9b0789

View file

@ -49,6 +49,8 @@ let
}));
in rec {
inherit mkTmuxPlugin;
battery = mkTmuxPlugin {
pluginName = "battery";
version = "unstable-2019-07-04";