diff options
| author | 2021-06-23 18:05:57 -0400 | |
|---|---|---|
| committer | 2021-06-23 18:05:57 -0400 | |
| commit | 63c4ab55d638378f6886e0ee9161fafd89f65231 (patch) | |
| tree | 91209db4e5bcc8459002e64ff9f3047ab8c7912b /dot_config/luarocks | |
| parent | foot: change size to 10.7 (diff) | |
use lua, not lua5.3
Diffstat (limited to '')
| -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"; |
