dokieli: add updateScript

This commit is contained in:
Sizhe Zhao
2025-07-07 14:42:25 +08:00
parent e475bfce8f
commit bb05c144ae
+5
View File
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
makeWrapper,
nix-update-script,
nodePackages,
stdenv,
xsel,
@@ -51,6 +52,10 @@ stdenv.mkDerivation (finalAttrs: {
--chdir $out
'';
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
meta = {
description = "Clientside editor for decentralised article publishing, annotations and social interactions";
homepage = "https://github.com/linkeddata/dokieli";