diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-08-22 23:24:03 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-08-22 23:24:03 -0300 |
commit | 3395c29eeb12ab727ebe6ef690ae29e4d2c0b1b3 (patch) | |
tree | f3230a3e53e6b15a3e45da79dae013d0f35b153c | |
parent | 70ab0edd424c056fc81448b3ae2fcfbd3c8d5153 (diff) | |
download | luarocks-3395c29eeb12ab727ebe6ef690ae29e4d2c0b1b3.tar.gz luarocks-3395c29eeb12ab727ebe6ef690ae29e4d2c0b1b3.tar.bz2 luarocks-3395c29eeb12ab727ebe6ef690ae29e4d2c0b1b3.zip |
Teal: add luarocks.core.hardcoded type definition
-rw-r--r-- | src/luarocks/core/hardcoded.d.tl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/luarocks/core/hardcoded.d.tl b/src/luarocks/core/hardcoded.d.tl new file mode 100644 index 00000000..8429f80e --- /dev/null +++ b/src/luarocks/core/hardcoded.d.tl | |||
@@ -0,0 +1,8 @@ | |||
1 | local record hardcoded | ||
2 | SYSCONFDIR: string | ||
3 | LUA_DIR: string | ||
4 | LUA_BINDIR: string | ||
5 | LUA: string | ||
6 | end | ||
7 | |||
8 | return hardcoded | ||