summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-06-05 15:10:43 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2022-06-13 11:17:36 +0200
commit98f9f1f05447a3fd97af44c2702ca71554ddfac2 (patch)
tree96e2d06393f11a5c5b76500d714bee74638a21a2 /maintainers/scripts
parent98a90f08913202940121d0e7e85cdf11c5a1bc0e (diff)
luaPackages.luv: fix build
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/update-luarocks-packages1
1 files changed, 0 insertions, 1 deletions
diff --git a/maintainers/scripts/update-luarocks-packages b/maintainers/scripts/update-luarocks-packages
index 631bc897c3527..cab63ca44e388 100755
--- a/maintainers/scripts/update-luarocks-packages
+++ b/maintainers/scripts/update-luarocks-packages
@@ -159,7 +159,6 @@ def generate_pkg_nix(plug: LuaPlugin):
     '''
     log.debug("Generating nix expression for %s", plug.name)
     custom_env = os.environ.copy()
-    # TODO check
     custom_env['LUAROCKS_CONFIG'] = LUAROCKS_CONFIG
 
     cmd = [ "luarocks", "nix"]