starship python

This commit is contained in:
Tao Tien 2025-01-23 13:16:56 -08:00
parent 51def65244
commit b246f82a41
3 changed files with 15 additions and 9 deletions

View file

@ -2,7 +2,7 @@
environment.systemPackages = with pkgs; [
aichat
# (llm.withPlugins (ps: with ps; [llm-openrouter]))
llm
# llm
aider-chat
# digital
asm-lsp
@ -60,7 +60,12 @@
# python
# pypy3
python3
# python3
(python3.withPackages (ps:
with ps; [
llm
# llm-openrouter
]))
# python310Packages.python-lsp-server
uv
ruff