-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't depend on PARSER_UTIL_BIN being set #51
Comments
We had landed on option 2 as being the expectation previously correct? |
No we pass |
I just hit this issue when trying to run "cargo build" on the source repository. It's indeed a barrier to adoption. (And a workaround for the noob -- i.e. me -- would be welcome, here.) |
If you're in the runix repo, you can run |
I was making a survey of the tools that I may use for a personal project. Roughly, a build automation tool. I do not have |
Alternatively, the crates.io pkg of runix could be updated if it's not too much trouble? The current one is 12 month old and this would allow users to include it more easily in their own projects, whereas the need to checkout, build in a nix develop shell, and use a path dependency in cargo atm. |
I think the problem is present even on main, so I'm not sure how bumping would help? https://github.com/flox/runix/blob/main/crates/runix/src/url_parser.rs#L15 We're not actively maintaining runix anymore, so that's why it hasn't been bumped in so long |
Currently PARSER_UTIL_BIN must be set to compile runix. Requiring a binary dependency to be injected via an environment variable is a barrier to adoption.
Some options:
nix
binary is passed (a downside is that a simple FlakeRef::from_str no longer works)The text was updated successfully, but these errors were encountered: