mirror of
https://github.com/nestriness/warp.git
synced 2025-12-13 02:15:42 +02:00
14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"packages": ["rustup"],
|
|
"shell": {
|
|
"init_hook": [
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|