nvim-neorocks / rocks.nvim

🌒 Neovim plugin management inspired by Cargo, powered by luarocks
GNU General Public License v3.0
675 stars 13 forks source link

checkhealth with nix package => lua: not found. #426

Open teto opened 3 months ago

teto commented 3 months ago

Installin rocks.nvim via nix, checkhealth rocks shows:

- OK luarocks: found /nix/store/yhibwykxg5nksa9ky8j1glj9gvpqasfz-luajit2.1-luarocks-3.11.0-1/luarocks-3.11.0-1-rocks/luarocks/3.11.0-1/bin/luarocks 3.11.0
- WARNING         lua: not found.
          Install [Lua](https://www.lua.org/) for extended capabilities.
          luarocks requires a Lua installation.

but I am pretty sure I have lua, if only the neovim interpreter :)

mrcjkb commented 3 months ago

Luarocks needs Lua headers to compile C libraries.