Loading pkgs/servers/mail/stalwart/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , stdenv , darwin , nix-update-script , nixosTests , rocksdb_8_3 }: Loading Loading @@ -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 Loading
pkgs/servers/mail/stalwart/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , stdenv , darwin , nix-update-script , nixosTests , rocksdb_8_3 }: Loading Loading @@ -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