<piegames>
judson: Is it? The `home-manager-generation` represents 1:1 a root file hierarchy, the `home-manager-files` represents all files that will end up in your home (I have `.cache`, `.local` etc. in there). You may only need to follow a few layers of symlinks.
thibm_ is now known as thibm
<siraben>
I've been segfaulting on my home-manager config on darwin for a few weeks now; http://ix.io/2Iye
<__monty__>
Hmm, doesn't look HM related. Probably just because one of your packages needs clang and that's failing to build somehow? This in particular caught my eye "building for macOS-i386 but attempting to link with file built for macOS-x86_64"
<__monty__>
Why would it be building a 32-bit binary?
<patagonicus>
__monty__: Do you know what the i386 package is and what pulls it in?
<siraben>
My suspicion is clang-tools, I'll comment that part out and see
<__monty__>
It's not a package, it's something being built for clang if I read siraben's log correctly.