peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peacememories has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
trcc has joined #nix-darwin
<peel>
LnL: I'm fully recovered from the unfortunate fork() story. Though... whenever sourcing bash completions I get prompted for installing xcode command line tools (clang). I can't recall getting that previously. I had cli tools at some point. Thus, would it be possible that /usr/bin somehow leaked into nixUnstable build? 🤔
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<LnL>
any clue what caused it? I still have not found a way to reproduce it
<LnL>
as for clt, yes some builds will look in global paths like that even tho the stdenv will clearly setup PATH, CC, etc. not to look there
<peel>
Not yet. Will try to reproduce again over the weekend.
<LnL>
if I was able to reproduce it the I could try to figure out what's going on, but like this I can't really do anything more
<peel>
Sure thing
<LnL>
what you just mentioned is also suspicious, /usr/lib/libcurl.3.dylib links against frameworks
<LnL>
but that's not it assuming the library trace that was posted on the issue is correct