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

7 lines
105 B
Nix
Raw Normal View History

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