landrun: add git

This commit is contained in:
Sridhar Ratnakumar 2025-10-13 17:30:20 -04:00
parent 78c33b408e
commit 7ce37d7a8a
3 changed files with 8 additions and 3 deletions

View file

@ -11,6 +11,7 @@ in
program = "${pkgs.claude-code}/bin/claude";
imports = [
landrunModules.gh
landrunModules.git
];
features = {
tty = true;

View file

@ -45,6 +45,10 @@ in
- Don't say "First, " say "Indeed, "
- Don't say "Good" or "Perfect" say "Excelsior"
- Don't say "Let me fix them", say "The game is afoot"
# Tools
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.
'';
# Automatically discovered commands from commands/ directory