stalwart-mail.webadmin: add updateScript

This commit is contained in:
Shawn8901 2024-10-06 21:57:32 +02:00
parent 7658294ee4
commit 5d11f195a2

View File

@ -5,6 +5,7 @@
trunk-ng,
tailwindcss,
fetchNpmDeps,
nix-update-script,
nodejs,
npmHooks,
llvmPackages,
@ -60,6 +61,10 @@ rustPlatform.buildRustPackage rec {
zip -r $out/webadmin.zip *
'';
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Secure & modern all-in-one mail server Stalwart (webadmin module)";
homepage = "https://github.com/stalwartlabs/webadmin";