18 lines
345 B
JSON
18 lines
345 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|