blob: 2831b9f0dbeeae655d06264b225cc8fafe3d1c66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- LuaRocks configuration
rocks_trees = {
{ name = "user", root = home .. "/.local/luarocks" };
{ name = "system", root = "/usr" };
}
lua_interpreter = "lua";
variables = {
LUA_DIR = "/usr";
LUA_BINDIR = "/usr/bin";
}
home_tree = home .. "/.local/luarocks"
homeconfdir = home .. "/.config/luarocks"
|