devenv
devenv copied to clipboard
Consider adding nix-ld to devenv container
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 🤩