lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

luarocks-packages-updater: include lua versions for script

Keep getting failures/errors/etc relating to lua version not available.
Have just been manually reverting those failed changes, but figure it
makes more sense to just make the versions available for the updater to
use, when it's needed.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>

+10
+10
pkgs/by-name/lu/luarocks-packages-updater/package.nix
··· 6 6 nix-prefetch-scripts, 7 7 luarocks-nix, 8 8 pluginupdate, 9 + lua5_1, 10 + lua5_2, 11 + lua5_3, 12 + lua5_4, 13 + luajit, 9 14 }: 10 15 let 11 16 ··· 13 18 nix 14 19 nix-prefetch-scripts 15 20 luarocks-nix 21 + lua5_1 22 + lua5_2 23 + lua5_3 24 + lua5_4 25 + luajit 16 26 ]; 17 27 18 28 attrs = builtins.fromTOML (builtins.readFile ./pyproject.toml);