aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..df98e838
--- /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 as {string: string}