14 binPath = lib.makeBinPath ([
21 ++ lib.optional withBat bat);
23 stdenvNoCC.mkDerivation rec {
27 src = fetchFromGitHub {
28 owner = "gennaro-tedesco";
31 hash = "sha256-rdHQIhrU0nzIURnmPGyzSkew6FVn4Z6J1rn3HvyDpJI=";
39 install -D -m755 "gh-f" "$out/bin/gh-f"
43 wrapProgram "$out/bin/gh-f" --prefix PATH : "${binPath}"
47 homepage = "https://github.com/gennaro-tedesco/gh-f";
48 description = "GitHub CLI ultimate FZF extension";
49 maintainers = with maintainers; [ loicreynier ];
50 license = licenses.unlicense;
52 platforms = platforms.all;