surplus/devbox.json

16 lines
275 B
JSON

{
"packages": [
"python311@latest",
"python311Packages.ipykernel@latest",
"poetry@latest"
],
"shell": {
"init_hook": [
"poetry install",
"poetry shell"
]
},
"nixpkgs": {
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
}
}