1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-27 11:36:29 +03:00
nixpkgs/nixos/tests/web-apps/movim/default.nix

7 lines
145 B
Nix
Raw Normal View History

2025-04-02 03:37:58 +07:00
{ recurseIntoAttrs, runTest }:
2024-03-22 23:49:50 +07:00
2025-04-02 03:37:58 +07:00
recurseIntoAttrs {
ejabberd-h2o = runTest ./ejabberd-h2o.nix;
2025-04-02 03:37:58 +07:00
prosody-nginx = runTest ./prosody-nginx.nix;
2024-03-22 23:49:50 +07:00
}