diff --git a/mise.toml b/mise.toml index afb9cb2166d..3724107fa40 100644 --- a/mise.toml +++ b/mise.toml @@ -58,6 +58,12 @@ goreleaser-pro = "ubi:goreleaser/goreleaser-pro[exe=goreleaser]" kurtosis = "ubi:kurtosis-tech/kurtosis-cli-release-artifacts[exe=kurtosis]" op-acceptor = "ubi:ethereum-optimism/infra[exe=op-acceptor,tag_prefix=op-acceptor/]" +# These are disabled, but latest mise versions error if they don't have a known +# install source even though it won't ever actually use that source. +asterisc = "ubi:ethereum-optimism/fake-asterisc" +kontrol = "ubi:ethereum-optimism/fake-kontrol" +binary_signer = "ubi:ethereum-optimism/fake-binary_signer" + [settings] experimental = true pipx.uvx = true