sxmo-utils: disable auto-update via updateWithSuper attribute

This commit is contained in:
2024-07-21 06:39:19 +00:00
parent 0f7ec33dac
commit cd16f8c3b6

View File

@@ -241,7 +241,8 @@ stdenv.mkDerivation rec {
passthru = {
inherit runtimeDeps;
providedSessions = (lib.optional supportSway "swmo") ++ (lib.optional supportDwm "sxmo");
# updateScript = unstableGitUpdater { };
updateWithSuper = false;
updateScript = unstableGitUpdater { };
};
meta = {