Merge pull request #311972 from MinerSebas/stalwart-passthru-fix

stalwart: Fix nixosTest in passthru
This commit is contained in:
Jonas Heinrich 2024-05-15 17:35:15 +02:00 committed by GitHub
commit 33d1e753c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage {
passthru = {
update-script = nix-update-script { };
stalwart-mail = nixosTests.stalwart-mail;
tests.stalwart-mail = nixosTests.stalwart-mail;
};
meta = with lib; {