-
I'm new to rust, so maybe I'm mistaken, and if so, sorry for wasting your time. Vector depends on nix version 0.26.1, and a Vector-supported version of heim depends on ^0.23.0. When vector is built will the heim module have its own version of nix, or will it use the nix from the enclosing project? Specifically, I'm hoping to get nix updated to remediate nix-rust/nix#1762 which is in nix versions above 0.25.0. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @froismo ! (converted the issue you opened to a discussion since I think that fits better) Vector depends on several versions of nix: You can use
Heim will need to be forked and updated to resolve that. |
Beta Was this translation helpful? Give feedback.
Hi @froismo !
(converted the issue you opened to a discussion since I think that fits better)
Vector depends on several versions of nix:
You can use
cargo tree -i -p nix@some_version
to see the inverted dependency tree. As you note,heim
depends on 0.23: