opencode: use llm-agents build

This commit is contained in:
2025-12-09 21:52:29 -05:00
parent dd9bcc009a
commit c9c98cd6e6
3 changed files with 89 additions and 1 deletions

View File

@@ -65,6 +65,11 @@
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "nixpkgs";
};
llm-agents = {
url = "github:numtide/llm-agents.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =