luarocks-packages-updater: fix missing implicit update

This commit is contained in:
Austin Horstman
2026-05-26 10:57:11 -05:00
parent ed85230c70
commit 488076ced3
@@ -170,7 +170,7 @@ def commit_files(repo, message: str, files: list[Path]) -> None:
class LuaEditor(nixpkgs_plugin_update.Editor):
def create_parser(self):
parser = super().create_parser()
parser.set_defaults(proc=1)
parser.set_defaults(proc=1, update_only=None)
return parser
def get_current_plugins(self, _config: FetchConfig, _nixpkgs: str):