diff options
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r-- | Omni/Bild.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |