maintainers/scripts/update-luarocks-shell.nix
deleted100644 → 0
+0
−13
+49
−0
Loading
* luarocks-packages-updater: init Goal is to make it possible to maintain out-of-tree luarocks packages without needing to clone nixpkgs. maintainers/scripts/update-luarocks-packages gets renamed to pkgs/development/lua-modules/updater/updater.py Once merged you can run for instance nix run nixpkgs#luarocks-packages-updater -- -i contrib/luarocks-packages.csv -o contrib/generated-packages.nix I also set the parallelism (--proc) to 1 by default else luarocks fails because of https://github.com/luarocks/luarocks/issues/1540 * Update maintainers/scripts/pluginupdate.py Co-authored-by:Marc Jakobi <mrcjkb89@outlook.com> --------- Co-authored-by:
Marc Jakobi <mrcjkb89@outlook.com>