diff options
author | davidovski <david@davidovski.xyz> | 2021-11-08 21:33:28 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-11-08 21:33:28 +0000 |
commit | a46c1d6cc58b847b9b140de2c59e1c7a8ba06655 (patch) | |
tree | 5a92f74188b250f38c6e2fbbd06281fdda3cc227 /example.conf | |
parent | 1a5101a5c4beeda67a665964d171396eca6f9a5b (diff) |
added config parsing
Diffstat (limited to 'example.conf')
-rw-r--r-- | example.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/example.conf b/example.conf new file mode 100644 index 0000000..b947794 --- /dev/null +++ b/example.conf @@ -0,0 +1,11 @@ +# This is the default configuration for xipkg + +sources { + davidovski https://xi.davidovski.xyz/repo/ +} + +repos [ + core + extra +] + |