surplus/devbox.json
Mark Joshwel 30d23d61cc
s+ow: do first sleep 30 in script itself if SPOW_CRON=y (#50)
* deps: add shfmt and shellcheck

* s+ow: also add time took to run information
2023-10-30 14:21:07 +00:00

18 lines
298 B
JSON

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