mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
stalwart-mail: add nixos vm test passthru
This commit is contained in:
parent
aa107a60c4
commit
e995bb433e
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user