hostPlatform -> targetPlatform

This commit is contained in:
2026-01-21 15:23:01 -05:00
parent 05700ca1dc
commit 25959fb6d0
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.