From a1842b95dbf646b7efc503610070ca953f146515 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 5 Aug 2024 17:43:45 +0200 Subject: [PATCH] nixos/tests/pretix: include zugferd plugin Germany from 2025 requires invoice with digital embeds, that are provided by the zugferd plugin. --- nixos/tests/web-apps/pretix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/web-apps/pretix.nix b/nixos/tests/web-apps/pretix.nix index 559316f9b85c..ac89a7b3fec3 100644 --- a/nixos/tests/web-apps/pretix.nix +++ b/nixos/tests/web-apps/pretix.nix @@ -20,6 +20,7 @@ plugins = with pkgs.pretix.plugins; [ passbook pages + zugferd ]; settings = { pretix = {