Closed ceedubs closed 2 years ago
@aflatter thank you! I've really been flailing with this today 😅.
It doesn't surprise me that it works in an impure environment. It looks like the problem is that it now depends on /usr/bin/security
on macs for an unknown reason. I've got down a Nix rabbit hole today and am now seeing if a really hacky solution will work, so I can get the tests to pass.
@aflatter pay no attention to the ln -s /usr/bin/security
behind the curtain. Merging...
@ceedubs For what it's worth, I just ran
and it works just fine on my M1 mac even though it's a
x86_64
build. Thanks for maintaining this!