Skip to content

Releases: Mic92/nix-ld

Rewrite in Rust

14 Jul 18:00
Compare
Choose a tag to compare

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.

1.2.3

28 Nov 06:41
bf5aa84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

15 Jun 18:37
3abd605
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

15 Jun 07:45
5e696c9
Compare
Choose a tag to compare

What's Changed

  • use pkgs.stdenv.cc.bintools.dynamicLinker for ld.so path by @Mic92 in #56
  • fix aarch64 build by @Mic92 in #57

Full Changelog: 1.2.0...1.2.1

1.2.0

14 Jun 16:32
8b964f9
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @debrutal in #51
  • add fallback mechanism if environment variables are unset by @Mic92 in #53
  • avoid integer underflow when calling memset with 0 by @Mic92 in #52

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Apr 12:11
1a9d253
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.1.0

1.0.3

18 Dec 12:14
baefaa2
Compare
Choose a tag to compare

What's Changed

  • make libDir computation slightly simpler by @Mic92 in #25
  • nix-ld: fix activation on aarch64 by @Mic92 in #32
  • nixos module by @Mic92 in #31
  • nix-ld: improve failure message by @Mic92 in #33

Full Changelog: 1.0.2...1.0.3

1.0.2

14 May 16:23
0611d1c
Compare
Choose a tag to compare

What's Changed

  • fix import from derivation eval errors when used in pure mode. by @Mic92 in #24

Full Changelog: 1.0.1...1.0.2

1.0.1

14 May 15:01
18b7355
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

Initial release

15 Mar 10:34
cac5bd5
Compare
Choose a tag to compare
1.0.0

README: point to NixOS's nixpkgs