pkgs.toJSON -> builtins.toJSON

This commit is contained in:
niten 2023-09-12 15:55:19 -07:00
parent 7fd4b2ee7e
commit 90e6e1fe25
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
openIdConfig = pkgs.toJSON "matrix-openid.yaml" {
openIdConfig = builtins.toJSON "matrix-openid.yaml" {
oidc_providers = [{
idp_id = cfg.openid.provider;
idp_name = cfg.openid.provider;