fix pkgs.system deprecation
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user