Works with LLM but should be able to do this cleaner

This commit is contained in:
Olaf Kolkman
2026-07-08 22:34:15 +02:00
parent 78ffc4e895
commit 626a07e7e9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
with pkgs;
let
shared-packages = import ../shared/packages.nix { inherit pkgs; };
shared-packages = import ../shared/packages.nix { inherit pkgs llm-agents; };
in
shared-packages
++ [