opencode: use llm-agents build

This commit is contained in:
2025-12-09 21:52:29 -05:00
parent bc2e50283f
commit dc11f34ead
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 =