Using Clang instead of GCC: Difference between revisions

imported>Artturin
add replaceStdenv
imported>Artturin
Undoing a edit because it's not exactly true and is because of a bug, linked the issue
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
Depending on the case you may want to set this value in different location, and using different mechanism.
Depending on the case you may want to set this value in different location, and using different mechanism.


Note you may get errors like <code>fatal error: ... file not found</code> on standard library <code>#include</code> directives, because of this bug https://github.com/NixOS/nixpkgs/issues/150655


== Globally, in a package repository tree ==
== Globally, in a package repository tree ==