fix pkgs.system deprecation

This commit is contained in:
2026-01-12 15:27:12 -05:00
parent 61325ee8d7
commit 237612fd4c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
}:
{
programs.opencode = {
package = inputs.llm-agents.packages.${pkgs.system}.opencode;
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
enable = true;
rules = ''
You are an intelligent and observant agent.