hostPlatform -> targetPlatform

This commit is contained in:
2026-01-21 15:24:33 -05:00
parent d15ec9fe0b
commit 4bf05f8b51
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
...
}:
let
graphing-calculator = inputs.ytbn-graphing-software.packages.${pkgs.stdenv.hostPlatform.system}.web;
graphing-calculator =
inputs.ytbn-graphing-software.packages.${pkgs.stdenv.targetPlatform.system}.web;
in
{
services.caddy.virtualHosts."graphing.${service_configs.https.domain}".extraConfig = ''