diff options
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 +] + |