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

@ -219,15 +219,5 @@
customPkgs // { inherit (pkgs) git; }
);
checks = forEachSystem (
system:
let
pkgs = mkPkgs system;
customPkgs = import ./packages { inherit pkgs lib llm-agents; };
in
{
inherit (customPkgs) opencode;
}
);
};
}