10 pname = "graphite-cli";
14 url = "https://registry.npmjs.org/@withgraphite/graphite-cli/-/graphite-cli-${version}.tgz";
15 hash = "sha256-gky/nv7GS6hR3Zjm+J1Ob0SSbw4PneOm54WK7Ls9i9g=";
18 npmDepsHash = "sha256-WvLASGTsNbM/IC+qyOAruiYKnHSx0bGc03Bh1wtnPn8=";
21 ln -s ${./package-lock.json} package-lock.json
32 installShellCompletion --cmd gt \
33 --bash <($out/bin/gt completion) \
34 --fish <(GT_PAGER= $out/bin/gt fish) \
35 --zsh <(ZSH_NAME=zsh $out/bin/gt completion)
38 passthru.updateScript = ./update.sh;
41 changelog = "https://graphite.dev/docs/cli-changelog";
42 description = "CLI that makes creating stacked git changes fast & intuitive";
43 downloadPage = "https://www.npmjs.com/package/@withgraphite/graphite-cli";
44 homepage = "https://graphite.dev/docs/graphite-cli";
45 license = lib.licenses.unfree; # no license specified
47 maintainers = with lib.maintainers; [ diegs ];