Sonarpulse has joined #nix-core
<shlevy> gchristensen: IMO for the installer itself just getting a +1 from someone on the team should be good. Until the release process is solidified, though, I'd ping him for backports
<shlevy> (I haven't reviewed that one myself because I'm too close to its implementation and use case ;) )
<gchristensen> :)
<gchristensen> shlevy: how do you like the new version of this PRV https://github.com/NixOS/nix/pull/2037
<gchristensen> PR*
<shlevy> gchristensen: Hmm... I think this definitely belongs in build-remote.cc instead. Setting aside separation of concerns, in this PR you lose the "but I am a <foo>" message... It's no longer clear if the build failed because you have no remotes at all, or because you lack the right system, or because you lack the right features. That information is all available in build-remote's context.
<gchristensen> interesting
<gchristensen> can you point me to where it would make sense in there?
<shlevy> And at the end we message with "decline" if we haven't found one
<gchristensen> oohh
<shlevy> We could add a bool to check if a machine of the right system but wrong features was found, if we wanted
<gchristensen> then we can actually emit logs per machine
<shlevy> Yeah
<gchristensen> I've always wanted that
<shlevy> In a verbose mode
<gchristensen> naturally
<gchristensen> cool, thanks!
Sonarpulse has quit [Ping timeout: 252 seconds]
contrapumpkin has joined #nix-core