update-luarocks-package: fix issue with cache

Cache was not initialized properly
launchpad/nixpkgs/master
Matthieu Coudron 3 years ago
parent bbfec00ec9
commit fadfb4715b
  1. 1
      maintainers/scripts/update-luarocks-packages

@ -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:

Loading…
Cancel
Save