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](https://github.com/nix-community/nix-ld) support would be a good idea. Makes implemented this recently [here](https://github.com/fluidattacks/makes/issues/1388). Relevant code can be found [here](https://github.com/fluidattacks/makes/pull/1409/files) This tool looks on point BTW 🤩