mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue