+3
-5
doc/languages-frameworks/lua.section.md
+3
-5
doc/languages-frameworks/lua.section.md
···[luarocks2nix](https://github.com/nix-community/luarocks) is a tool capable of generating nix derivations from both rockspec and src.rock (and favors the src.rock).-For instance if the rockspec defines `external_dependencies`, these need to be manually added in its rockspec file then it won't work.You can try converting luarocks packages to nix packages with the command `nix-shell -p luarocks-nix` and then `luarocks nix PKG_NAME`.···
···[luarocks2nix](https://github.com/nix-community/luarocks) is a tool capable of generating nix derivations from both rockspec and src.rock (and favors the src.rock).+For instance if the rockspec defines `external_dependencies`, these need to be manually added to the overrides.nix.You can try converting luarocks packages to nix packages with the command `nix-shell -p luarocks-nix` and then `luarocks nix PKG_NAME`.···