aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-08-22 23:24:03 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-08-22 23:24:03 -0300
commit3395c29eeb12ab727ebe6ef690ae29e4d2c0b1b3 (patch)
treef3230a3e53e6b15a3e45da79dae013d0f35b153c
parent70ab0edd424c056fc81448b3ae2fcfbd3c8d5153 (diff)
downloadluarocks-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.tl8
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 @@
1local record hardcoded
2 SYSCONFDIR: string
3 LUA_DIR: string
4 LUA_BINDIR: string
5 LUA: string
6end
7
8return hardcoded