about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2024-05-15 17:35:15 +0200
committerGitHub <noreply@github.com>2024-05-15 17:35:15 +0200
commit33d1e753c82ffc557b4a585c77de43d4c922ebb5 (patch)
treebacdede0c8c5e3f3da08109b83b7276877332109 /pkgs
parent1c9147163eb37e2940dc1c3f757fefc1b7b4ca22 (diff)
parente0dcf2a849f4e8ef7bf55d27656efcbc121a7091 (diff)
Merge pull request #311972 from MinerSebas/stalwart-passthru-fix
stalwart: Fix nixosTest in passthru
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/mail/stalwart/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/stalwart/default.nix b/pkgs/servers/mail/stalwart/default.nix
index be0d9109fa753..e36dc2037c6fd 100644
--- a/pkgs/servers/mail/stalwart/default.nix
+++ b/pkgs/servers/mail/stalwart/default.nix
@@ -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; {