Open
Description
What problem are you trying to solve?
When in a bazel environment, you're usually in an execution sandbox. This sandbox does not have access to the various packages on your system level path, and only packages that are specifically loaded into Bazel.
What solution would you like?
I already use devbox. It would be really nice if devbox provided a devbox_rules
Bazel package that looked at my devbox.lock
file and made those packages available inside the bazel environment.