jitsi-excalidraw: add update script

This commit is contained in:
Camille M. (genesis) 2024-06-18 18:01:19 +02:00
parent c339c066b8
commit 25d685f31d

View File

@ -1,8 +1,10 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
, nodejs
, python3
{
lib,
buildNpmPackage,
fetchFromGitHub,
nodejs,
python3,
nix-update-script,
}:
buildNpmPackage rec {
@ -31,6 +33,8 @@ buildNpmPackage rec {
--chdir $out/share
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Excalidraw collaboration backend for Jitsi";
homepage = "https://github.com/jitsi/excalidraw-backend";