-
Notifications
You must be signed in to change notification settings - Fork 308
Create a rules_devbox for Bazel #2268
Copy link
Copy link
Open
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededtriageIssue needs triageIssue needs triage
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.
Alternatives you've considered
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededtriageIssue needs triageIssue needs triage