qdiskinfo: add passthru.updateScript

This commit is contained in:
Ryan Omasta
2025-05-15 05:18:47 -06:00
parent 959ae02754
commit 87e7461c7c
+2
View File
@@ -8,6 +8,7 @@
qt6,
qdiskinfo,
themeBundle ? null,
unstableGitUpdater,
}:
let
@@ -103,6 +104,7 @@ stdenv.mkDerivation {
themeName: themeBundle:
(qdiskinfo.override { inherit themeBundle; }).overrideAttrs { pname = "qdiskinfo-${themeName}"; }
);
updateScript = unstableGitUpdater { };
};
meta = {