swarm/devbox.json

18 lines
345 B
JSON
Raw Normal View History

2026-06-07 15:05:57 +03:00
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/packages/devbox.schema.json",
"packages": [
"nixpkgs#git",
"just@latest",
"openssl@latest",
"flutter@3.35.7-sdk-links"
],
"shell": {
"init_hook": [
"flutter --version"
],
"scripts": {
"doctor": "flutter doctor -v"
}
}
}