update comment

devins2518 2022-06-05 12:42:06 -05:00
parent 8037cc3ee5
commit ed8d78e35f

@ -72,7 +72,7 @@ If using macOS, you may need to include the following to properly use nix's clan
```nix
shellHook = with pkgs.llvmPackages_13; ''
export CPATH="${clang}" # Use libcxx's stdlib
export CPATH="${clang}" # Use clang's stdlib
export LDFLAGS="-stdlib=libc++ -lc++abi" # Link against the stdlib
'';
```