Releases: nix-community/nix-ld
Releases · nix-community/nix-ld
2.0.5
What's Changed
- delete all uses of removed lib.mdDoc by @cdumars in #112
- Update to Rust 2024 by @Mic92 in #163
- add riscv64 port by @Mic92 in https://github.com/nix-community/nix-ld/pull/164166
- Fix build with Rust 1.88 by @K900 in #169
New Contributors
Full Changelog: 2.0.4...2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
Rewrite in Rust
The code from the nix-ld-rs project was merged into nix-ld.
Major advantage of the new implementation is that children processes are no longer inherit LD_LIBRARY_PATH.
This is for example useful if you are trying to run programs from unpatched programs
often seen with programs like vscode remote.