diff options
| author | 2023-01-18 13:28:14 +0100 | |
|---|---|---|
| committer | 2023-01-18 13:28:14 +0100 | |
| commit | a4f5cba0f21a4d12d016d08c095908d3e3b6ba12 (patch) | |
| tree | 6c8e781ca8b7723a0d89bd83443667f751030c4e /dot_config/luarocks/config.lua | |
| parent | fish: remove autosource in favor of the dot function (diff) | |
remove old stuff
Diffstat (limited to 'dot_config/luarocks/config.lua')
| -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" |
