tmuxPlugins.tmux-fzf: fix: declare entry-point
This change somehow escaped me when I was iterating on #95275.
This commit is contained in:
parent
3d3c07026e
commit
59dc0f0b1e
@ -448,6 +448,7 @@ in rec {
|
|||||||
tmux-fzf = mkDerivation {
|
tmux-fzf = mkDerivation {
|
||||||
pluginName = "tmux-fzf";
|
pluginName = "tmux-fzf";
|
||||||
version = "unstable-2020-11-23";
|
version = "unstable-2020-11-23";
|
||||||
|
rtpFilePath = "main.tmux";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sainnhe";
|
owner = "sainnhe";
|
||||||
repo = "tmux-fzf";
|
repo = "tmux-fzf";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user