We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019465e commit 4aeb02fCopy full SHA for 4aeb02f
pkgs/by-name/ai/aider-chat/package.nix
@@ -1,14 +1,14 @@
1
{
2
lib,
3
stdenv,
4
- python311,
+ python312,
5
fetchFromGitHub,
6
gitMinimal,
7
portaudio,
8
}:
9
10
let
11
- python3 = python311.override {
+ python3 = python312.override {
12
self = python3;
13
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
14
};
0 commit comments