-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Inability to use my existing devbox.lock file with this rule is a bit frustrating, but its not necessarily this tools job :P.
Describe the solution you'd like
I already use devbox for dependency management for the tools I use. I would like if I can reuse the same devbox.lock file that I use for my local dev environment, inside Bazel.
Describe alternatives you've considered
Just using rules_nixpkgs
Additional context
jetify-com/devbox#2268
jtszalay