hostPlatform -> targetPlatform
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
|||||||
xdg.configFile."opencode/oh-my-opencode.json".text = builtins.toJSON ohMyOpencodeConfig;
|
xdg.configFile."opencode/oh-my-opencode.json".text = builtins.toJSON ohMyOpencodeConfig;
|
||||||
|
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
package = inputs.llm-agents.packages.${pkgs.stdenv.targetPlatform.system}.opencode;
|
||||||
enable = true;
|
enable = true;
|
||||||
rules = ''
|
rules = ''
|
||||||
You are an intelligent and observant agent.
|
You are an intelligent and observant agent.
|
||||||
|
|||||||
@@ -272,7 +272,7 @@
|
|||||||
networking.firewall.allowedTCPPorts = [ 53317 ];
|
networking.firewall.allowedTCPPorts = [ 53317 ];
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.targetPlatform = "x86_64-linux";
|
||||||
|
|
||||||
documentation.enable = true;
|
documentation.enable = true;
|
||||||
documentation.man.enable = true;
|
documentation.man.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user