Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@

# System tools
jq # For JSON processing

# CLI tools
claude-code # Claude Code CLI
gh # GitHub CLI
];

# Environment variables for uv integration with Nix
Expand Down Expand Up @@ -88,6 +92,8 @@
echo " pytest Run tests"
echo " ruff check src/ Lint code"
echo " mypy src/ Type check"
echo " claude-code Claude Code CLI"
echo " gh GitHub CLI"
echo ""
fi
'';
Expand Down
Loading