devbox: add poetry env use to init hook
This commit is contained in:
parent
d9c255b089
commit
94191a6225
|
@ -5,7 +5,10 @@
|
||||||
"poetry"
|
"poetry"
|
||||||
],
|
],
|
||||||
"shell": {
|
"shell": {
|
||||||
"init_hook": "poetry shell"
|
"init_hook": [
|
||||||
|
"poetry env use $(which python)",
|
||||||
|
"poetry shell"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
|
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
|
||||||
|
|
Loading…
Reference in a new issue