aboutsummaryrefslogtreecommitdiff
path: root/src/vars.cc
diff options
context:
space:
mode:
authordacctal <120422854+dacctal@users.noreply.github.com>2026-03-14 12:11:52 +0000
committerdacctal <120422854+dacctal@users.noreply.github.com>2026-03-14 12:11:52 +0000
commit2a6b92ed130ade1ea7542ee210e6957427a0aa81 (patch)
tree1e235b2116feddd3dcde0db9135ce9871801e2f3 /src/vars.cc
parent97d70a6f8252b15928ca7f51386df791dedf0067 (diff)
lua build system integration
Diffstat (limited to 'src/vars.cc')
-rw-r--r--src/vars.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vars.cc b/src/vars.cc
index 4957be4..b4c2abe 100644
--- a/src/vars.cc
+++ b/src/vars.cc
@@ -15,6 +15,8 @@ struct Pkg {
const std::string home_dir = std::getenv("HOME");
+const std::string config_file = home_dir + "/.config/pkgit/init.lua";
+
const std::string bin = home_dir + "/.local/bin";
const std::string lib = home_dir + "/.local/lib";
const std::string include = home_dir + "/.local/include";