16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"packages": [
|
|
"poetry@latest",
|
|
"shfmt@latest",
|
|
"shellcheck@latest",
|
|
"python@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"poetry install"
|
|
]
|
|
},
|
|
"nixpkgs": {
|
|
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
|
|
}
|
|
}
|