6 lines
134 B
Nix
6 lines
134 B
Nix
# TODO install the latest version of Aider Chat
|
|
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
aider-chat-full
|
|
];
|
|
}
|