mirror of
https://github.com/nestriness/warp.git
synced 2025-12-15 19:35:37 +02:00
Add devbox
This commit is contained in:
13
devbox.json
Normal file
13
devbox.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user