Skip to content

Commit ab5d3bf

Browse files
committed
fix: restore shellcheck/shfmt to [tools] for mise-managed installation
'system' is not a valid mise version. The correct approach is to pin versions in [tools] so mise installs and manages them. In environments where they are already available (e.g. this sandbox, devcontainers), set MISE_DISABLE_TOOLS=shellcheck,shfmt to skip installation and use the PATH versions instead.
1 parent ceb05f1 commit ab5d3bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ _.path = ["./bin"]
1818
[tools]
1919
flutter = "3.38.3"
2020
node = "22" # For http_server and Playwright e2e tests
21+
shellcheck = "0.9.0"
22+
shfmt = "3.8.0"
2123

2224
[deps.flutter]
2325
auto = true

0 commit comments

Comments
 (0)