diff --git a/Development-with-nix.md b/Development-with-nix.md index 8ee01b2..b766404 100644 --- a/Development-with-nix.md +++ b/Development-with-nix.md @@ -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 ''; ``` \ No newline at end of file