<johnw>
then go to the failing directory and look at config.log
<LnL>
ah, yeah
<johnw>
you can debug this like a regular problem
<LnL>
the literal example doesn't work
<joshuaks>
I ran into a similiar problem with 7.5 and filed a report. I can't seem to replicate the solution though in this instance. https://github.com/NixOS/nix-pills/issues/35
<joshuaks>
johnw: I'll investigate. Thanks.
zzamboni has quit [Quit: Leaving.]
<LnL>
I know that on linux it needed binutils.binutils or binutils-unwrapped
jrolfs_ has joined #nix-darwin
otherjrolfs has joined #nix-darwin
<joshuaks>
So I got a syntax error due to the period when trying something similiar to that.
<joshuaks>
Although that would work in nix-repl
<LnL>
yeah, it's inherit (binutils) binutils; then
<LnL>
or just binutils = binutils.binutils; without the fancy inherit syntax
<gchristensen>
it'd be cool if we could test each of these prior to release
<joshuaks>
wow that worked
<LnL>
:D
<joshuaks>
It's always a simple fix. Thanks LnL
<gchristensen>
joshuaks: would you mind sending a PR? :)
<LnL>
that's Sonarpulse's fault I think :p
<Sonarpulse>
hi
<Sonarpulse>
what broke?
<Sonarpulse>
binutils.bintools
<Sonarpulse>
now
otherjrolfs has quit [Ping timeout: 248 seconds]
jrolfs_ has quit [Ping timeout: 248 seconds]
<LnL>
the nix pill example that tries to explain how the stdenv works
<Sonarpulse>
(that's not the PR I merged new years eve though)
<LnL>
(in it's most basic form)
* Sonarpulse
needs to look over nix-pills post everything I've changed at some point
<joshuaks>
gchristensen: do you just want updated instructions?
<LnL>
I know, it's been in a while now
<gchristensen>
sure
<pikajude>
oh, hey, i think high sierra works now
<pikajude>
neato
<pikajude>
they appear to have unfucked APFS
<joshuaks>
Yeah. Gimme a few.
<LnL>
pikajude: //siguza.github.io/IOHIDeous/
<pikajude>
yes I know
<pikajude>
but at least nix works!!
<LnL>
lol
<pikajude>
and I think he published that because there aren't any conceivable attack vectors for it
<pikajude>
it's just comically poorly designed
jrolfs_ has joined #nix-darwin
otherjrolfs has joined #nix-darwin
otherjrolfs has quit [Ping timeout: 240 seconds]
jrolfs_ has quit [Ping timeout: 248 seconds]
<johnw>
hmm.. I can't seem to figure out what's changing the hash of my johnw-home derivation. It happens every time, but there's very little in there
<gchristensen>
you could use nix-diff to find out
<johnw>
is there a flag for Nix to tell me the results of its analysis, so I can see which file is the problem?