matthewbauer has quit [Read error: Connection reset by peer]
matthewbauer has joined #nix-darwin
philr has quit [Quit: WeeChat 2.1]
matthewbauer has quit [Ping timeout: 265 seconds]
jtojnar has joined #nix-darwin
jtojnar has quit [Ping timeout: 248 seconds]
hamishmack has quit [Ping timeout: 248 seconds]
<goodwill>
LnL: stable 18.03 channel
hamishmack has joined #nix-darwin
<LnL>
uh oh, the channel doesn't block on nix
<goodwill>
LnL ?
<LnL>
exactly
<LnL>
so it's possible
<goodwill>
sorry, can you clarify
<goodwill>
to me it looks like 2.0.2 has been pushed to channels but not built in hydra
<goodwill>
or am I missing something
<LnL>
the release doesn't require nix to be green, so the channel can update if nix isn't cached
<LnL>
that probably shouldn't be the case :)
<goodwill>
oh
<goodwill>
hmmm, should we tell someone ... or IT crowd it
<LnL>
I restarted the 18.03 build and I'll try not to forget to update the release.nix
<goodwill>
I can ask again in a day or two, unless you want an issue
<goodwill>
either one is good
<goodwill>
LnL: and while I have another soul here to ask, quick question ... do you use nix-shell much and have you have any luck making it persisten recent ... I run into this -> https://github.com/NixOS/nix/issues/2208
<LnL>
oh! that doesn't work anymore?
<goodwill>
yeah all broken both fixes
<goodwill>
well workarounds
<goodwill>
I am thinking nix-shell should have --persist where it registers the derivation root
<goodwill>
trying to figure out who discuss this with
<goodwill>
registering nix-instance drv does nothing anymore (not even sure why it ever did) ...
<goodwill>
and nix-shell / nix-build now ignores --indirect
<goodwill>
so that's gone
<goodwill>
:(
<LnL>
I know nix-shell <drv> broke with 1.12
<goodwill>
I never saw an issue on that. (I know only of the recent problem with the symlink)
<goodwill>
unless those are two the same
<LnL>
I'm guessing it's an actual gcroot but nix is skipping over it because it's a not an output
<goodwill>
yeah
<goodwill>
pretty much that's it
<goodwill>
that was the death of nix-instantiate fix
* goodwill
hangs head in a moment of silence
<LnL>
somebody from the core team will probably look at it soon
<goodwill>
yeah, I was reticent to poke people for now ... in case I am missing some obvious but it sounds like you are seeing what I am seeing
<LnL>
I also use that for some stuff but didn't even notic yet because I run gc very infrequently
<goodwill>
I got a periodic cron
<goodwill>
just cause nice to save space
<goodwill>
and man was it pantsing me ever so often
<goodwill>
recently
<goodwill>
well thanks for taking a look and confirming I am not completely off here