We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0906fc2 commit ebe1b3aCopy full SHA for ebe1b3a
mise.toml
@@ -58,6 +58,12 @@ goreleaser-pro = "ubi:goreleaser/goreleaser-pro[exe=goreleaser]"
58
kurtosis = "ubi:kurtosis-tech/kurtosis-cli-release-artifacts[exe=kurtosis]"
59
op-acceptor = "ubi:ethereum-optimism/infra[exe=op-acceptor,tag_prefix=op-acceptor/]"
60
61
+# These are disabled, but latest mise versions error if they don't have a known
62
+# install source even though it won't ever actually use that source.
63
+asterisc = "ubi:ethereum-optimism/fake-asterisc"
64
+kontrol = "ubi:ethereum-optimism/fake-kontrol"
65
+binary_signer = "ubi:ethereum-optimism/fake-binary_signer"
66
+
67
[settings]
68
experimental = true
69
pipx.uvx = true
0 commit comments