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

6
flake.lock generated
View file

@ -486,11 +486,11 @@
},
"landrun-nix": {
"locked": {
"lastModified": 1760149399,
"narHash": "sha256-t6yy67aFLamp1obyX4rbMj07k2aUF+1RJ3gq8xtcNzo=",
"lastModified": 1760390904,
"narHash": "sha256-quLBS6P1/cerN6VqCfDE8xuuBpGmaHLKB+Ul0ZCX5oY=",
"owner": "srid",
"repo": "landrun-nix",
"rev": "506bc86c0c5a35eb131f94d40dc97ea4f4799643",
"rev": "f6685736eba963ca6f0711a52cc39b076e286f21",
"type": "github"
},
"original": {

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