diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/luarocks/config.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dot_config/luarocks/config.lua b/dot_config/luarocks/config.lua deleted file mode 100644 index 2831b9f..0000000 --- a/dot_config/luarocks/config.lua +++ /dev/null @@ -1,14 +0,0 @@ --- 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" |
