sxmo-utils: disable update script

This commit is contained in:
Colin 2024-05-27 01:29:05 +00:00
parent 54a891504d
commit db3636641d

View File

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