nixpkgs/nixos/tests/maddy/default.nix

7 lines
105 B
Nix
Raw Normal View History

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