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
];
pythonEnv = pkgs.python3.withPackages (ps: [
ps.aider-chat
pythonEnv = pkgs.unstable.python3.withPackages (ps: [
# unstable only
# ps.aider-chat
ps.google-generativeai
ps.ipython
ps.llm