fix: cascade of failling becaus of stupid git overlay

This commit is contained in:
Rasyidan Akbar F. 2026-01-06 13:49:42 +07:00
commit 6f831d833e
5 changed files with 19 additions and 6 deletions

View file

@ -3,6 +3,4 @@
let
system = pkgs.stdenv.hostPlatform.system;
llmPkgs = llm-agents.packages.${system};
in {
opencode = llmPkgs.opencode;
}
in { opencode = llmPkgs.opencode; }