0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #280821 from SuperSandro2000/pretalx

pretalx: init 2023.1.3
This commit is contained in:
Peder Bergebakken Sundt 2024-01-31 17:11:38 +01:00 committed by GitHub
commit d5d752af43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 649 additions and 0 deletions

View file

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