Add devbox

This commit is contained in:
Wanjohi
2023-11-28 17:24:11 +03:00
parent f8a23501fa
commit afd3ab41b0
8 changed files with 769 additions and 385 deletions

13
devbox.json Normal file
View File

@@ -0,0 +1,13 @@
{
"packages": ["rustup"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}