This commit is contained in:
randogoth 2026-06-07 15:05:57 +03:00
commit 6ba3bd9b35
7 changed files with 1475 additions and 0 deletions

17
devbox.json Normal file
View file

@ -0,0 +1,17 @@
{
"$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"
}
}
}