From 7fa9a454d482f1d508147d7d1283f1dc77175036 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 22 Sep 2025 14:42:57 +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 8c46fb3..fb46fe1 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.packages.json {}; + format = pkgs.json {}; cfg = config.services.amarth-customer-portal; in