From e96bb4f778817c18b7a4488cd46fffd1b4e9544f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 4 Mar 2025 09:43:42 -0500 Subject: Add aider to the dev environment This seems more complete than gptme so I'll test itnout for a while. --- .gitignore | 1 + Omni/Bild.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c9a99bf..ac8a177 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ dist* .envrc.local .direnv/ Biz/Mynion/Prompt.md +.aider* diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 8c1740f..741ea0e 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -137,6 +137,7 @@ tree wemux ; + aider-chat = unstable.aider-chat; llama-cpp = unstable.llama-cpp; # can't put this in the dev namespace because it pulls in openai with # python311, which conflicts with any other usage of openai with @@ -248,6 +249,7 @@ name = "omnidev"; # this should just be dev tools buildInputs = with self.pkgs; [ + aider-chat bat bc self.bild -- cgit v1.2.3