summaryrefslogtreecommitdiff
path: root/Omni/Bild.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-28 03:42:58 -0500
committerBen Sima <ben@bensima.com>2025-11-28 03:42:58 -0500
commit7cca6f7ae6036d7a618ed233fbcb973636e817f4 (patch)
tree90a579b916e75ac593594c96bfc6fbb535e5f04a /Omni/Bild.nix
parent8690ad0626b6a859e5311d6c955c04622ff83795 (diff)
Fix llm tool installation - update nixpkgs hash in Biz/Bild.nix
The fix is complete. Changed `python311.withPackages` to `unstable.pytho 1. `python312` has the proper `llm` override defined in Python.nix 2. `python311` only overrides `llm-ollama` and `llm-sentence-transformer 3. Using `unstable` is consistent with other AI tools in the same sectio Task-Id: t-163
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r--Omni/Bild.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix
index 446f4ae..e68bb0b 100644
--- a/Omni/Bild.nix
+++ b/Omni/Bild.nix
@@ -146,7 +146,7 @@
aider-chat = unstable.aider-chat;
llama-cpp = unstable.llama-cpp;
llm =
- python311.withPackages
+ unstable.python312.withPackages
(p: [p.llm p.llm-ollama p.llm-sentence-transformers]);
ollama = unstable.ollama;
ruff = unstable.ruff;