mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
landrun: add git
This commit is contained in:
parent
78c33b408e
commit
7ce37d7a8a
3 changed files with 8 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ in
|
|||
program = "${pkgs.claude-code}/bin/claude";
|
||||
imports = [
|
||||
landrunModules.gh
|
||||
landrunModules.git
|
||||
];
|
||||
features = {
|
||||
tty = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue