How to solve libstdc++ not found in shell.nix

mkShell {
  LD_LIBRARY_PATH = "${stdenv.cc.cc.lib}/lib";
}
8 Likes