Skip to content
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

multiple versions of nix in the dependency tree #517

Open
dmah42 opened this issue Jun 27, 2024 · 2 comments
Open

multiple versions of nix in the dependency tree #517

dmah42 opened this issue Jun 27, 2024 · 2 comments

Comments

@dmah42
Copy link
Contributor

dmah42 commented Jun 27, 2024

our current Cargo.lock has 3 versions of nix listed, coming in from various dependencies

  • libcontainer (auraed) pulls in 0.28
  • deno (auraescript) is pulling in 0.26.2
  • nix 0.24 is in the cargo.lock but i can't see where it's used

is this an issue?

@bpmooch
Copy link
Contributor

bpmooch commented Jul 24, 2024

I'm sure there are instances where this is not the case, but most of the time cargo takes care of this and if it becomes a problem, you get an angry compiler warning on cargo build. I think we can close this and someone can reopen another ticket once they hit a bad state

@dmah42
Copy link
Contributor Author

dmah42 commented Jul 25, 2024

my main issue with it is compile time, rather than concerns around compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants