surplus/devbox.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2023-06-02 19:39:25 +00:00
{
"packages": [
"python311",
"poetry"
],
"shell": {
"init_hook": "poetry shell"
},
"nixpkgs": {
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
}
}