16 binPath = lib.makeBinPath (
23 ++ lib.optional withBat bat
24 ++ lib.optional withDelta delta
27 stdenvNoCC.mkDerivation {
29 version = "0-unstable-2024-08-01";
31 src = fetchFromGitHub {
34 rev = "556df2eecdc0f838244a012759da0b76bcfeb2e7";
35 hash = "sha256-WKv/1AW8wtl7kQ3PE7g2N0ELvdHtons7pYb0K8wsfWg=";
43 install -D -m755 "gh-notify" "$out/bin/gh-notify"
47 wrapProgram "$out/bin/gh-notify" --prefix PATH : "${binPath}"
51 homepage = "https://github.com/meiji163/gh-notify";
52 description = "GitHub CLI extension to display GitHub notifications";
53 maintainers = with maintainers; [ loicreynier ];
54 license = licenses.unlicense;
55 mainProgram = "gh-notify";
56 platforms = platforms.all;