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