surplus/devbox.json

17 lines
270 B
JSON

{
"packages": [
"python311",
"python311Packages.ipykernel",
"poetry"
],
"shell": {
"init_hook": [
"poetry env use $(which python)",
"poetry shell"
]
},
"nixpkgs": {
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
}
}