Skip to content

Commit f7a0944

Browse files
committed
chore: add gh tool to Nix shell
1 parent d02fb5d commit f7a0944

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pkgs.mkShell {
77
packages = with pkgs; [
88
python312
99
unstable.uv
10+
gh
1011
];
1112

1213
shellHook = ''

0 commit comments

Comments
 (0)