mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
update-luarocks-package: fix issue with cache
Cache was not initialized properly
This commit is contained in:
parent
bbfec00ec9
commit
fadfb4715b
@ -110,7 +110,6 @@ class LuaEditor(Editor):
|
|||||||
return "luaPackages"
|
return "luaPackages"
|
||||||
|
|
||||||
def get_update(self, input_file: str, outfile: str, proc: int):
|
def get_update(self, input_file: str, outfile: str, proc: int):
|
||||||
cache: Cache = Cache(self.cache_file)
|
|
||||||
_prefetch = generate_pkg_nix
|
_prefetch = generate_pkg_nix
|
||||||
|
|
||||||
def update() -> dict:
|
def update() -> dict:
|
||||||
|
Loading…
Reference in New Issue
Block a user