depot/third_party/nixpkgs/nixos/tests/maddy/default.nix

6 lines
105 B
Nix

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