diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-14 12:11:52 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-14 12:11:52 +0000 |
| commit | 2a6b92ed130ade1ea7542ee210e6957427a0aa81 (patch) | |
| tree | 1e235b2116feddd3dcde0db9135ce9871801e2f3 /src/vars.cc | |
| parent | 97d70a6f8252b15928ca7f51386df791dedf0067 (diff) | |
lua build system integration
Diffstat (limited to 'src/vars.cc')
| -rw-r--r-- | src/vars.cc | 2 |
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"; |
