about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/maddy/default.nix
blob: 043906863e646fa4fe33bd8427c9074d9b3aa329 (plain) (blame)
1
2
3
4
5
6
{ handleTest }:

{
  unencrypted = handleTest ./unencrypted.nix { };
  tls = handleTest ./tls.nix { };
}