mlv-app: add update script

This commit is contained in:
awwpotato
2025-04-25 14:49:54 -07:00
parent 8c62924fc6
commit 6c7a54dfa4
+3
View File
@@ -6,6 +6,7 @@
libsForQt5,
writableTmpDirAsHomeHook,
ffmpeg-headless,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -61,6 +62,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
updateScript = nix-update-script { };
meta = {
description = "All in one MLV processing app that is pretty great";
homepage = "https://mlv.app";