diff options
-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 |