You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> nix develop
error: attribute 'metadata' missing
at /nix/store/9ky8w9ynamwx3qxx0zqifsnw37jj3xk0-source/src/subsystems/rust/translators/cargo-lock/default.nix:104:7:
103| in
104| parsedLock.metadata."${key}";
| ^
105|
(use '--show-trace' to show detailed location information)
Reproduction
./Cargo.toml:
[package]
name = "nci-test"version = "0.1.0"edition = "2018"
[dependencies]
log = "0.3"# Also fails if the same version as Git (i.e. 0.4)subcrate = { path = "subcrate" }
I merged #481, it doesn't actually fix this but it adds support to fix this into dream2nix itself. cargo's vendoring functionality needs to be fixed in order for this to be fixed. (see rust-lang/cargo#10310)
Hello! I found an error :D
Error
Reproduction
./Cargo.toml:
./subcrate/Cargo.toml
MRE repo: https://github.com/zyansheep/nci-test
The text was updated successfully, but these errors were encountered: