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.
malachite/examples/workspace/mlc.toml

21 lines
362 B
TOML

[base]
mode = "workspace"
smart_pull = true
[mode.workspace]
git_info = true
colorblind = false
[repositories]
repos = [
"crs:amethyst",
"crs:malachite/development!",
"aur:notop-git",
"nix:nixpkgs/nixos-unstable:1",
]
[repositories.urls]
crs = "https://github.com/crystal-linux/{}"
aur = "https://aur.archlinux.org/{}"
nix = "https://github.com/nixos/{}"