sxmo-utils: disable auto-update via updateWithSuper
attribute
This commit is contained in:
@@ -241,7 +241,8 @@ stdenv.mkDerivation rec {
|
|||||||
passthru = {
|
passthru = {
|
||||||
inherit runtimeDeps;
|
inherit runtimeDeps;
|
||||||
providedSessions = (lib.optional supportSway "swmo") ++ (lib.optional supportDwm "sxmo");
|
providedSessions = (lib.optional supportSway "swmo") ++ (lib.optional supportDwm "sxmo");
|
||||||
# updateScript = unstableGitUpdater { };
|
updateWithSuper = false;
|
||||||
|
updateScript = unstableGitUpdater { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Reference in New Issue
Block a user