Merge pull request #133685 from teto/fix-update-luarocks

update-luarocks-package: fix issue with cache
This commit is contained in:
Bernardo Meurer 2021-08-12 22:26:28 +00:00 committed by GitHub
commit b6b9397c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,6 @@ class LuaEditor(Editor):
return "luaPackages"
def get_update(self, input_file: str, outfile: str, proc: int):
cache: Cache = Cache(self.cache_file)
_prefetch = generate_pkg_nix
def update() -> dict: