Hacker News new | ask | show | jobs
by fancyfaith 1370 days ago
Is there a way to make it work with devbox shell? Add virtual env support?
1 comments

Implementing support for virtual envs in the shell would probably work better.

At the end of the day, a devbox shell is just your system’s regular shell with environment variables that point things to your system’s Nix store. Anything that’s able to launch from that shell and inherit the environment should work.