sxmo-utils: disable auto-update via updateWithSuper
attribute
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user