tmuxPlugins.tmux-fzf: fix: declare entry-point

This change somehow escaped me when I was iterating on  #95275.
This commit is contained in:
Kyle Ondy
2020-12-14 22:07:06 -05:00
parent 3d3c07026e
commit 59dc0f0b1e
+1
View File
@@ -448,6 +448,7 @@ in rec {
tmux-fzf = mkDerivation {
pluginName = "tmux-fzf";
version = "unstable-2020-11-23";
rtpFilePath = "main.tmux";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "tmux-fzf";