diff options
author | davidovski <david@davidovski.xyz> | 2022-05-28 19:28:06 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-28 19:28:06 +0100 |
commit | bc16b2767d8ec9e8c84828df48e7eab793713003 (patch) | |
tree | 9079f7d48b136f49a10e94ea54b0851ec03df22c /default.conf | |
parent | 038a56d555833d2db3af772b890a8fc8c283120e (diff) |
added build command
Diffstat (limited to 'default.conf')
-rw-r--r-- | default.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.conf b/default.conf index aac8c60..ccfefc5 100644 --- a/default.conf +++ b/default.conf @@ -6,5 +6,7 @@ dir { installed /var/lib/xipkg/installed postinstall /var/lib/xipkg/postinstall cache /var/cache/xipkg + buildfiles /var/lib/xib/buildfiles } +buildfiles_git https://xi.davidovski.xyz/git/buildfiles.git |