feat: use mise for core dev tools (#21566)

* feat: use mise for core tools

* feat: mise handle dart

* feat: install dcm through mise

* fix: enable experimental in mise config

* feat: use mise.lock

* chore: always pin mise use

---------

Co-authored-by: bwees <brandonwees@gmail.com>
This commit is contained in:
bo0tzz
2025-09-04 18:58:42 +02:00
committed by GitHub
parent 5fe954b3c9
commit 7bd79b551c
2 changed files with 49 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[tools]
node = "22.18.0"
flutter = "3.32.8"
pnpm = "10.14.0"
dart = "3.8.2"
[tools."github:CQLabs/homebrew-dcm"]
version = "1.31.4"
bin = "dcm"
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
[settings]
experimental = true
lockfile = true
pin = true