| Commit message (Expand) | Author | Age | Files | Lines |
| * | luaPackages: update on 2024-04-21•••luaPackages.rlua-toml: fix overrides
luaPackages.dkjson: rollback changes
because of this checksum issue...
luaPackages: update on 2024-04-29
| Matthieu Coudron | 2024-05-01 | 1 | -0/+2 |
| * | luarocks-packages.csv: changed repo by rockspec uri•••This is a breaking change that converts the 'src' csv column (a git URI) to a 'rockspec'
fullpath uri.
before this, luarocks-nix would clone the repo and look for rockspecs
with a brittle algorithm. This removes the ambiguity on which rockspec
to package while allowing to remove a bunch of brittle code from
luarocks-nix.
| Matthieu C. | 2024-05-01 | 1 | -10/+11 |
| * | doc: update name of luarocks update package in codedoc | Mathew Polzin | 2024-04-06 | 1 | -1/+1 |
| * | luarocks-packages-updater: silence some warnings•••The script used to output:
```
Warning: Lua 5.1 interpreter not found at /nix/store/w577gc82dg7r1p480pp1kjbq7i32lhh2-lua-5.2.4
```
not sure why luarocks outputs since since it works nevertheless
added .flake8 so that the editor can pick it up too.
| Matthieu Coudron | 2023-12-17 | 3 | -5/+32 |
| * | luarocks-packages-update: init (#262156)•••* 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> | Matthieu Coudron | 2023-10-29 | 2 | -0/+266 |