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
1 changed files with 2 additions and 0 deletions

View File

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