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