mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 03:26:50 +03:00
6 lines
145 B
Nix
6 lines
145 B
Nix
{ recurseIntoAttrs, runTest }:
|
|
|
|
recurseIntoAttrs {
|
|
ejabberd-h2o = runTest ./ejabberd-h2o.nix;
|
|
prosody-nginx = runTest ./prosody-nginx.nix;
|
|
}
|