stalwart-mail.webadmin: add updateScript
This commit is contained in:
parent
7658294ee4
commit
5d11f195a2
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user