added aider-chat for testing

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-21 13:19:22 +02:00
parent 12fb56f35b
commit dd1f20d08d
4 changed files with 74 additions and 16 deletions

View file

@ -0,0 +1,6 @@
# TODO install the latest version of Aider Chat
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
aider-chat-full
];
}