changelog_generator/devbox.json
2024-09-20 16:00:11 +02:00

21 lines
504 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": [
"libstdcxx5",
"stdenv.cc.cc.lib",
"python312",
"poetry"
],
"shell": {
"init_hook": [
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/.devbox/nix/profile/default/lib:$NIX_CC/lib",
"poetry shell"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}