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
Do not put trace-nix.so to $OUT_DIR (in nix-build)
Otherwise, it is inconvenient to handle subtle differences between
naersk and buildRustPackage:
* in naersk it is `target/release/build/...`
* in buildRustPackage it is `$releaseDir/build/...` which typically
expanded to `target/x86_64-unknown-linux-gnu/release/build/...`
0 commit comments