Commit e995bb43 authored by euxane's avatar euxane
Browse files

stalwart-mail: add nixos vm test passthru

parent aa107a60
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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)";