diff options
author | Ben Sima <ben@bsima.me> | 2025-03-04 09:43:42 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-03-18 08:51:58 -0400 |
commit | e96bb4f778817c18b7a4488cd46fffd1b4e9544f (patch) | |
tree | d0865d310030309e227455f85af2d60bce235735 | |
parent | cfdb0d1714494ff363a71d89c7dda7482a2f859c (diff) |
Add aider to the dev environment
This seems more complete than gptme so I'll test itnout for a while.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Omni/Bild.nix | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |