devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Consider adding nix-ld to devenv container

Open dsalaza4 opened this issue 1 year ago • 0 comments

Hi,

It looks like the devenv container at nixpkgs/devenv:latest does not provide a dynamic linking mechanism for binaries that do not come from nixpkgs.

This makes binaries brought by package managers like poetry or nodejs not work if they use dynamic linking.

Maybe shipping the container with nix-ld support would be a good idea.

Makes implemented this recently here.

Relevant code can be found here

This tool looks on point BTW 🤩

dsalaza4 avatar Feb 03 '25 22:02 dsalaza4