megasync: use getExe instead of getExe' (#6665)

This commit is contained in:
Gaétan Lepage
2025-03-20 02:41:06 +01:00
committed by GitHub
parent eb0f617aec
commit cfaa4426a3

View File

@@ -38,7 +38,7 @@ in {
Service = {
Environment =
lib.optionals cfg.forceWayland [ "DO_NOT_UNSET_XDG_SESSION_TYPE=1" ];
ExecStart = lib.getExe' cfg.package "megasync";
ExecStart = lib.getExe cfg.package;
};
};
};