<yorick>
does the current nix build segfault for anyone else?
joepie91 has quit [Excess Flood]
joepie91 has joined #nixos-dev
pie_ has joined #nixos-dev
<yorick>
rebuild fixed it
<__Sander__>
adisbladis[m]: what's up?
<pie_>
i wonder when it would be appropriate to use logic programming fog config management and how it relates to nix
jtojnar has quit [Remote host closed the connection]
<pie_>
back before i knew of nix i was wondering about writing something for automatic networking management, i never did it, but i was vaguely pondering about it
<yorick>
copumpkin: I can't find a testcase
<copumpkin>
oh well
<yorick>
commit until someone complains :P
<copumpkin>
I guess we can put your thing in, and if it breaks again, we'll figure it out
<yorick>
I don't build with sandbox
<copumpkin>
oh I think it's only a problem if you don't have nscd
<copumpkin>
which I think NixOS has by default
<copumpkin>
because if you don't have nscd, then you load nss modules into your address space
<copumpkin>
rather than talking to nscd which does that for you
<yorick>
tried disabling nscd, can't reproduce
<copumpkin>
oh well, let's just merge then
<yorick>
thanks!
<yorick>
saves at least 10 seconds on every nix-build invocation
<yorick>
(when it *doesn't* timeout)
<copumpkin>
nice!
Sonarpulse has joined #nixos-dev
pie_ has quit [Ping timeout: 264 seconds]
aminechikhaoui has quit [Ping timeout: 264 seconds]
aminechikhaoui has joined #nixos-dev
pie_ has joined #nixos-dev
dmc is now known as polyzen
orivej has joined #nixos-dev
polyzen is now known as dc
<domenkozar>
wouldn't it be cool if pkill -HUP nix-daemon worked?
<domenkozar>
or even better if it reloaded on nix.conf change :)
<clever>
it could simply not load nix.conf on startup, but rather, when it forks out children
<domenkozar>
probably there are settings relevant to main thread
<LnL>
domenkozar: that works
<clever>
or just check the last-mod timestamp before it forks, so the parent caches the reload
<LnL>
just kills the daemon tho
<domenkozar>
yeah :D
<domenkozar>
not really helpful
<domenkozar>
can't rely people have setup restarting of dead services
<LnL>
that was fixed for the darwin installer right?