From 35329d44f3e3578fb33fc7e410c5b26a05fb1e53 Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Fri, 26 Sep 2025 11:23:27 -0300 Subject: [PATCH] news: add aider-chat entry --- modules/misc/news/2025/09/2025-09-26_11-20-32.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/misc/news/2025/09/2025-09-26_11-20-32.nix diff --git a/modules/misc/news/2025/09/2025-09-26_11-20-32.nix b/modules/misc/news/2025/09/2025-09-26_11-20-32.nix new file mode 100644 index 000000000..d713e638a --- /dev/null +++ b/modules/misc/news/2025/09/2025-09-26_11-20-32.nix @@ -0,0 +1,12 @@ +{ + time = "2025-09-26T14:20:32+00:00"; + condition = true; + message = '' + A new module is available: `programs.aider-chat` + + Aider lets you pair program with LLMs to start a new project + or build on your existing codebase. It works with most popular + programming languages: Python, Javascript, Rust, Ruby, Go, C++, + PHP, HTML, CSS, and dozens more. + ''; +}