I think the tools like poetry2nix and mach2nix take care of things like this, but the LD_LIBRARY_PATH
isn’t being set in your mkShell
, so it’s not finding the library.
I think the tools like poetry2nix and mach2nix take care of things like this, but the LD_LIBRARY_PATH
isn’t being set in your mkShell
, so it’s not finding the library.