synapse-admin: add updateScript
This commit is contained in:
parent
73bd9906ea
commit
bdcdeb7111
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user