Unstable python, but stop installing aider.

This commit is contained in:
2025-06-27 16:36:01 +01:00
parent b5339141df
commit 77299dd07a

View File

@@ -11,8 +11,9 @@ let
zsh zsh
]; ];
pythonEnv = pkgs.python3.withPackages (ps: [ pythonEnv = pkgs.unstable.python3.withPackages (ps: [
ps.aider-chat # unstable only
# ps.aider-chat
ps.google-generativeai ps.google-generativeai
ps.ipython ps.ipython
ps.llm ps.llm