chore: add gh tool to Nix shell

This commit is contained in:
Mike A.
2025-06-14 16:30:22 +02:00
parent d02fb5ddee
commit f7a09440f9

View File

@@ -7,6 +7,7 @@ pkgs.mkShell {
packages = with pkgs; [
python312
unstable.uv
gh
];
shellHook = ''