TheAceOfHearts has quit [Quit: TheAceOfHearts]
TheAceOfHearts has joined #nix-darwin
TheAceO__ has joined #nix-darwin
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
<contrapumpkin> there's one that could benefit from xcbuild :)
<LnL> hmm are you sure? it links against the Security / CoreFoundation / LDAP and Kerberos services
<gchristensen> my test victim says when the env vars are unset, the system curl is broken
<LnL> ah SystemConfiguration, that's indeed not linked
<gchristensen> for both him and me, that networksetup command prints "** Error: Unable to find item in network database."
<gchristensen> but maybe we're not using it right
<gchristensen> sudo networksetup -getwebproxy 'Thunderbolt Ethernet' works
<LnL> I used it in nix-darwin somehwere, let me check
<LnL> ah yeah, networksetup -listallnetworkservices
<LnL> it doesn't use the iface names
<gchristensen> seems complicated to have a default right thing do it
<gchristensen> nice
<LnL> and just noticed it doesn't work correctly for networkservices that are substrings
<gchristensen> ...............................
<LnL> like "Thunderbolt Ethernet" and "Thunderbolt Ethernet 2"
<LnL> -_-
<LnL> wonder why I did it like that
matthewbauer has joined #nix-darwin
matthewbauer has quit [Ping timeout: 256 seconds]
matthewbauer has joined #nix-darwin
__Sander__ has quit [Quit: Konversation terminated!]
alexteves_ has joined #nix-darwin
Sonarpulse has joined #nix-darwin
alexteves_ has quit [Ping timeout: 265 seconds]
<LnL> ugh, my rust build failed at the end because the builder ran out of disk space :/
<gchristensen> :| :|
<gchristensen> maximal :|
alexteves_ has joined #nix-darwin
<LnL> matthewbauer: btw did my comment about the tcp tests make sense
szicari has joined #nix-darwin
philr has joined #nix-darwin
sellout- has quit [Ping timeout: 256 seconds]
philr has quit [Ping timeout: 260 seconds]
<matthewbauer> lnl: yeah. do you think there is a way to just disable the tcp tests? i'm not familiar with rust
<LnL> yeah, I did the same for the debuginfo tests
<LnL> I'll include it with the next update
<matthewbauer> awesome! i still haven't gotten any response on the github issue
<LnL> maybe they use a hardcoded/random port and assume it's not used
pikajude has quit [Quit: ZNC 1.7.0 - https://znc.in]
pikajude has joined #nix-darwin
<matthewbauer> lnl: have you ever hit the "Too many open files. Stop." error in make?
<matthewbauer> it's happening to me on glibc now (after patching case sensitivity stuff)
<LnL> no, don't think so
periklis has joined #nix-darwin
alexteves_ has quit [Remote host closed the connection]
alexteves_ has joined #nix-darwin
alexteves_ has quit [Remote host closed the connection]
alexteves_ has joined #nix-darwin
matthewbauer has quit [Remote host closed the connection]
matthewbauer has joined #nix-darwin
periklis has quit [Remote host closed the connection]
<LnL> hopefully my rust patch is correct
<mitchty> matthewbauer: i've hit that
<mitchty> sudo launchctl limit maxfiles 1000000 1000000
<mitchty> is my hack to work around it
<mitchty> i may have gone a bit overboard with the limits chosen though :)
matthewbauer has quit [Read error: Connection reset by peer]
jtojnar has joined #nix-darwin
szicari has quit [Quit: Leaving.]
<LnL> error: line longer than 100 chars
<LnL> are you kidding me
<contrapumpkin> o.O
matthewbauer has joined #nix-darwin
<LnL> test failure after ~2h because I added a condition -_-
<LnL> btw, I think we're probably going to have to handle CoreFoundation situation with another new darwin release on the horizon
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
matthewbauer has quit [Ping timeout: 240 seconds]
alexteves_ has quit [Remote host closed the connection]
TheAceOfHearts has joined #nix-darwin
hamishmack has joined #nix-darwin
TheAceOfHearts has quit [Quit: TheAceOfHearts]
jtojnar_ has joined #nix-darwin
jtojnar has quit [Read error: Connection reset by peer]
jtojnar_ has quit [Ping timeout: 265 seconds]
jtojnar has joined #nix-darwin