jtojnar has quit [Read error: Connection reset by peer]
jtojnar_ has joined #nix-darwin
jtojnar_ has quit [Quit: jtojnar_]
nD5Xjz has quit [Ping timeout: 244 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz_ has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 258 seconds]
ris has joined #nix-darwin
<ris>
on darwin, to make omp.h available, i can do `optional stdenv.cc.isClang llvmPackages.openmp`, but (how) can i be sure `llvmPackages` is the _same_ llvmPackages as `stdenv.cc`'s?
<ris>
there isn't any kind of `stdenv.cc.llvmPackages` is there?
<ris>
from the looks of it most packages don't seem to care so i probably shouldn't
<LnL>
the default version of llvmPackages determines the version in the stdenv
<LnL>
unless either is overridden in all-packages.nix