hostPlatform -> targetPlatform

This commit is contained in:
2026-01-21 15:23:01 -05:00
parent 3b5f4b8fa4
commit 43fce477fd
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ in
xdg.configFile."opencode/oh-my-opencode.json".text = builtins.toJSON ohMyOpencodeConfig;
programs.opencode = {
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
package = inputs.llm-agents.packages.${pkgs.stdenv.targetPlatform.system}.opencode;
enable = true;
rules = ''
You are an intelligent and observant agent.