dsa-practice/devbox.json

13 lines
270 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": [
"meson@latest",
"gcc14@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to the DSA Learning Zone!' > /dev/null"
],
}
}