OpenSSL libdir at `["/nix/store/<id>-openssl-3.0.13-dev/lib"]` does not contain the required files to either statically or dynamically link OpenSSL

I would add to shellHook:

export OPENSSL_NO_VENDOR=1
export OPENSSL_LIB_DIR="${pkgs.lib.getLib pkgs.openssl}/lib"