1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 23:50:07 +03:00
nixpkgs/nixos/tests/maddy/default.nix

7 lines
105 B
Nix
Raw Normal View History

2023-04-21 08:59:13 +02:00
{ handleTest }:
{
unencrypted = handleTest ./unencrypted.nix { };
tls = handleTest ./tls.nix { };
}