15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.5/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"python@3.14",
|
|
"python314Packages.pip@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": ". $VENV_DIR/bin/activate.fish",
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|