diff options
Diffstat (limited to 'dot_config/luarocks/config.lua')
| -rw-r--r-- | dot_config/luarocks/config.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dot_config/luarocks/config.lua b/dot_config/luarocks/config.lua new file mode 100644 index 0000000..3650446 --- /dev/null +++ b/dot_config/luarocks/config.lua @@ -0,0 +1,14 @@ +-- LuaRocks configuration + +rocks_trees = { + { name = "user", root = home .. "/.local/luarocks" }; + { name = "system", root = "/usr" }; +} +lua_interpreter = "lua5.3"; +variables = { + LUA_DIR = "/usr"; + LUA_BINDIR = "/usr/bin"; +} + +home_tree = home .. "/.local/luarocks" +homeconfdir = home .. "/.config/luarocks" |
