synapse-admin: add updateScript

This commit is contained in:
Defelo 2025-04-01 19:13:54 +02:00
parent 73bd9906ea
commit bdcdeb7111
No known key found for this signature in database
GPG Key ID: 2A05272471204DD3

View File

@ -5,6 +5,7 @@
nodejs,
yarn-berry,
cacert,
nix-update-script,
formats,
baseUrl ? null,
}:
@ -123,6 +124,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Admin UI for Synapse Homeservers";
homepage = "https://github.com/Awesome-Technologies/synapse-admin";