You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
425 B
TOML
27 lines
425 B
TOML
[base]
|
|
mode = "workspace"
|
|
smart_pull = true
|
|
|
|
[mode.repository]
|
|
name = ""
|
|
build_on_update = false
|
|
|
|
[mode.repository.signing]
|
|
enabled = false
|
|
key = ""
|
|
on_gen = false
|
|
|
|
[mode.workspace]
|
|
|
|
[repositories]
|
|
name = [
|
|
"1::amethyst",
|
|
"1::malachite@development!",
|
|
"2::notop-git",
|
|
"3::appendage",
|
|
]
|
|
urls = [
|
|
"https://github.com/crystal-linux/%repo%",
|
|
"https://aur.archlinux.org/%repo%",
|
|
"https://github.com/not-my-segfault/%repo%"
|
|
] |