overlay/.mise.toml

11 lines
236 B
TOML
Raw Normal View History

[tools]
golang = "1.22"
[tasks.lint]
description = "Lint all ebuilds"
run = ["cd .tools; mise run build", ".tools/bin/elint"]
[tasks.update]
description = "Update all ebuilds"
run = ["cd .tools; mise run build", ".tools/bin/updater"]