stalwart-mail: add nixos vm test passthru

This commit is contained in:
euxane 2024-05-15 01:15:12 +02:00
parent aa107a60c4
commit e995bb433e

View File

@ -10,6 +10,7 @@
, stdenv
, darwin
, nix-update-script
, nixosTests
, rocksdb_8_3
}:
@ -60,7 +61,10 @@ rustPlatform.buildRustPackage {
# Tests require reading to /etc/resolv.conf
doCheck = false;
passthru.update-script = nix-update-script { };
passthru = {
update-script = nix-update-script { };
stalwart-mail = nixosTests.stalwart-mail;
};
meta = with lib; {
description = "Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)";