Merge pull request #296180 from mweinelt/pretix

pretix: init at 2024.2.0
This commit is contained in:
Martin Weinelt 2024-03-16 17:28:20 +01:00 committed by GitHub
commit fe8d02e2bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1364 additions and 33 deletions

View file

@ -730,6 +730,7 @@ in {
pppd = handleTest ./pppd.nix {};
predictable-interface-names = handleTest ./predictable-interface-names.nix {};
pretalx = runTest ./web-apps/pretalx.nix;
pretix = runTest ./web-apps/pretix.nix;
printing-socket = handleTest ./printing.nix { socket = true; };
printing-service = handleTest ./printing.nix { socket = false; };
privoxy = handleTest ./privoxy.nix {};