Skip to content

Commit 4aeb02f

Browse files
committed
aider-chat: use python 3.12
1 parent 019465e commit 4aeb02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ai/aider-chat/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
lib,
33
stdenv,
4-
python311,
4+
python312,
55
fetchFromGitHub,
66
gitMinimal,
77
portaudio,
88
}:
99

1010
let
11-
python3 = python311.override {
11+
python3 = python312.override {
1212
self = python3;
1313
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
1414
};

0 commit comments

Comments
 (0)