fix pkgs.system deprecation

This commit is contained in:
2026-01-12 15:28:38 -05:00
parent aeab0a6f5b
commit b5a63da11e
2 changed files with 2 additions and 2 deletions

View File

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