luarocks-packages-updater: fix missing implicit update
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user