diff options
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r-- | Omni/Bild.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 741ea0e..c6c0fe7 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -114,7 +114,7 @@ bc cmark universal-ctags - datasette + #datasette deadnix fd figlet @@ -137,7 +137,7 @@ tree wemux ; - aider-chat = unstable.aider-chat; + #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 @@ -249,11 +249,11 @@ name = "omnidev"; # this should just be dev tools buildInputs = with self.pkgs; [ - aider-chat + #aider-chat bat bc self.bild - datasette + #datasette universal-ctags fd figlet |