Skip to content

Commit 6ab075b

Browse files
committed
Add GitHub CLI to toolchain
1 parent 1cc5418 commit 6ab075b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/tools/clawdinator-tools.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ pkgs }:
22
{
33
packages = [
4+
pkgs.gh
45
pkgs.git
56
pkgs.curl
67
pkgs.jq
@@ -15,6 +16,7 @@
1516
];
1617

1718
docs = [
19+
{ name = "gh"; description = "GitHub CLI for repo + PR inventory."; }
1820
{ name = "clawdbot-gateway"; description = "CLAWDINATOR runtime (Clawdbot gateway)."; }
1921
{ name = "git"; description = "Repo sync + ops."; }
2022
{ name = "curl"; description = "HTTP requests."; }

0 commit comments

Comments
 (0)