added devbox

This commit is contained in:
randogoth 2026-06-11 11:35:15 +03:00
parent f2211bf5f5
commit f6d1241ecd
2 changed files with 72 additions and 0 deletions

14
devbox.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": ["rustup@latest"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}