fix(agents): stop legacy agent rendering

This commit is contained in:
2026-06-01 08:36:13 +02:00
parent 6c6164043b
commit b2ca12f86c
2 changed files with 2 additions and 40 deletions
+1 -10
View File
@@ -1,13 +1,4 @@
{
inputs,
lib,
...
}: {
coding.agents.opencode = {
enable = true;
agentsInput = inputs.agents;
};
{lib, ...}: {
coding.opencode = {
enable = true;