Each repo now has its own subdir in pkg_dir

This commit is contained in:
Jef Roosens 2022-04-09 17:41:41 +02:00
parent ebe01c2d44
commit cec5ecce7f
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 10 additions and 8 deletions

View file

@ -5,8 +5,8 @@ import env
pub struct Config {
pub:
api_key string
address string
api_key string
address string
base_image string = 'archlinux:base-devel'
}