init
This commit is contained in:
commit
6ba3bd9b35
7 changed files with 1475 additions and 0 deletions
17
devbox.json
Normal file
17
devbox.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue