diff --git a/devbox.json b/devbox.json index 581bae2..63a0c48 100644 --- a/devbox.json +++ b/devbox.json @@ -5,7 +5,10 @@ "poetry" ], "shell": { - "init_hook": "poetry shell" + "init_hook": [ + "poetry env use $(which python)", + "poetry shell" + ] }, "nixpkgs": { "commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"