remove opencode and update llm-agents input
This commit is contained in:
parent
eb3f74fd51
commit
418f0701bc
4 changed files with 5 additions and 27 deletions
|
|
@ -1,13 +1,2 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
llm-agents,
|
||||
}:
|
||||
|
||||
let
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
llmPkgs = llm-agents.packages.${system};
|
||||
in
|
||||
{
|
||||
opencode = llmPkgs.opencode;
|
||||
}
|
||||
{ ... }:
|
||||
{ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue