TheAceOfHearts has quit [Ping timeout: 260 seconds]
TheAceOfHearts has joined #nix-darwin
TheAceO__ has quit [Ping timeout: 256 seconds]
TheAceOf_ has joined #nix-darwin
matthewbauer has quit [Ping timeout: 260 seconds]
TheAceOfHearts has quit [Ping timeout: 248 seconds]
matthewbauer has joined #nix-darwin
TheAceOfHearts has joined #nix-darwin
TheAceOf_ has quit [Ping timeout: 265 seconds]
TheAceOfHearts has quit [Quit: TheAceOfHearts]
matthewbauer has quit [Ping timeout: 245 seconds]
philr has quit [Ping timeout: 256 seconds]
goodwill has joined #nix-darwin
<goodwill>
is anyone else experiencing having to compile nix-2.0.2 on darwin instead of getting it from cache?
__Sander__ has joined #nix-darwin
peacememories has joined #nix-darwin
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dredozub- has joined #nix-darwin
dredozubov has quit [*.net *.split]
<LnL>
2.0.2, what revisionis that from?
szicari has joined #nix-darwin
jtojnar has quit [Remote host closed the connection]
<gchristensen>
copumpkin, LnL, are there ways to get proxy info from the system somehow, and notified when they change? so the nix-daemon could find these details automatically
<gchristensen>
instead of having to set / unset HTTPS?_PROXY/i variables
<LnL>
you can query it with one of the cli tools IIRC
<gchristensen>
ooh!
<gchristensen>
also I wonder if it would be reasonable to integrate it directly in to the nix-daemon code?
<LnL>
yeah, networksetup -getwebproxy en0
<LnL>
or something like that
<LnL>
there might be an api to get that information without the cli tool
<gchristensen>
ideally we'd not even need to restart the daemon
<LnL>
does the system curl respect the proxy config?
szicari has quit [Quit: Leaving.]
<gchristensen>
no, it uses the env vars
<LnL>
hmm, would have expected it to link against one of the frameworks and query that automatically
<gchristensen>
yeah :/
<contrapumpkin>
I think the framework is SystemConfiguration or something like that, and we might have a pure version of that