dovecot: add the dovecot NixOS test to passthru.tests
While we already had some test we might as well add the test for that exact package to the tests attribute set. After all that should be what (primarily) tests dovecot.
This commit is contained in:
parent
58c7d3ff17
commit
4fee20e267
|
@ -89,5 +89,6 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
passthru.tests = {
|
||||
opensmtpd-interaction = nixosTests.opensmtpd;
|
||||
inherit (nixosTests) dovecot;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue