From 37d262d439a20c2cbe1d732c41b1a1c064bc883e Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 22 Sep 2025 14:47:20 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- nix/modules/customer-portal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/customer-portal/default.nix b/nix/modules/customer-portal/default.nix index fb46fe1..1d2c325 100755 --- a/nix/modules/customer-portal/default.nix +++ b/nix/modules/customer-portal/default.nix @@ -2,7 +2,7 @@ let inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types; - format = pkgs.json {}; + format = pkgs.formats.json {}; cfg = config.services.amarth-customer-portal; in