zettlr: add updateScript

This commit is contained in:
Markus Jörg
2026-01-21 18:13:01 +01:00
parent 9dc3ddd45d
commit 675cf00b26
+3
View File
@@ -3,6 +3,7 @@
lib,
fetchurl,
makeWrapper,
nix-update-script,
}:
# Based on https://gist.github.com/msteen/96cb7df66a359b827497c5269ccbbf94 and joplin-desktop nixpkgs.
@@ -37,6 +38,8 @@ appimageTools.wrapType2 rec {
--replace-fail 'Exec=AppRun' 'Exec=${pname}'
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Markdown editor for writing academic texts and taking notes";
homepage = "https://www.zettlr.com";