diff options
Diffstat (limited to 'dot_config/luarocks')
| -rw-r--r-- | dot_config/luarocks/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/luarocks/config.lua b/dot_config/luarocks/config.lua index 3650446..2831b9f 100644 --- a/dot_config/luarocks/config.lua +++ b/dot_config/luarocks/config.lua @@ -4,7 +4,7 @@ rocks_trees = { { name = "user", root = home .. "/.local/luarocks" }; { name = "system", root = "/usr" }; } -lua_interpreter = "lua5.3"; +lua_interpreter = "lua"; variables = { LUA_DIR = "/usr"; LUA_BINDIR = "/usr/bin"; |
