summaryrefslogtreecommitdiff
path: root/Omni/Bild.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r--Omni/Bild.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix
index 51cb2e2..b7e0801 100644
--- a/Omni/Bild.nix
+++ b/Omni/Bild.nix
@@ -143,11 +143,8 @@
tree
wemux
;
- aider-chat = unstable.aider-chat;
llama-cpp = unstable.llama-cpp;
- llm =
- unstable.python312.withPackages
- (p: [p.llm p.llm-ollama p.llm-sentence-transformers]);
+ llm = unstable.python312.withPackages (p: [p.llm]);
ollama = unstable.ollama;
ruff = unstable.ruff;
shellcheck = unstable.shellcheck;
@@ -255,7 +252,6 @@
name = "omnidev";
# this should just be dev tools
buildInputs = with self.pkgs; [
- aider-chat
bat
bc
self.bild