synapse-admin: add updateScript
This commit is contained in:
parent
73bd9906ea
commit
bdcdeb7111
@ -5,6 +5,7 @@
|
|||||||
nodejs,
|
nodejs,
|
||||||
yarn-berry,
|
yarn-berry,
|
||||||
cacert,
|
cacert,
|
||||||
|
nix-update-script,
|
||||||
formats,
|
formats,
|
||||||
baseUrl ? null,
|
baseUrl ? null,
|
||||||
}:
|
}:
|
||||||
@ -123,6 +124,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Admin UI for Synapse Homeservers";
|
description = "Admin UI for Synapse Homeservers";
|
||||||
homepage = "https://github.com/Awesome-Technologies/synapse-admin";
|
homepage = "https://github.com/Awesome-Technologies/synapse-admin";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user