Unstable python, but stop installing aider.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user