22 lines
384 B
TOML
22 lines
384 B
TOML
collection = "nightly-240326"
|
|
|
|
[custom.all.tap]
|
|
type = "git"
|
|
url = "https://git.rhiannon.website/rhi/idris2-tap.git"
|
|
commit = "latest:main"
|
|
ipkg = "tap.ipkg"
|
|
|
|
[custom.all.quox-lib]
|
|
type = "local"
|
|
path = "./lib"
|
|
ipkg = "quox-lib.ipkg"
|
|
|
|
[custom.all.quox]
|
|
type = "local"
|
|
path = "./exe"
|
|
ipkg = "quox.ipkg"
|
|
|
|
[custom.all.quox-tests]
|
|
type = "local"
|
|
path = "./tests"
|
|
ipkg = "quox-tests.ipkg"
|