signal-desktop-from-src: disable automatic updates

This commit is contained in:
2024-08-19 13:49:24 +00:00
parent 995183a4fd
commit c71d89e6af

View File

@@ -371,6 +371,7 @@ buildNpmPackage rec {
rev-prefix = "v";
ignoredVersions = "beta";
};
updateWithSuper = false; #< TODO: enable auto-update, but i need a real updateScript for that instead of one which only updates top-level deps
};
meta = {