remove opencode and update llm-agents input

This commit is contained in:
Rasyidan Akbar F. 2026-09-02 14:09:08 +07:00
commit 418f0701bc
4 changed files with 5 additions and 27 deletions

View file

@ -1,13 +1,2 @@
{
pkgs,
lib,
llm-agents,
}:
let
system = pkgs.stdenv.hostPlatform.system;
llmPkgs = llm-agents.packages.${system};
in
{
opencode = llmPkgs.opencode;
}
{ ... }:
{ }