{`-`} is now known as {`-`}_
{`-`}_ has joined #nixos-exotic
^_ has joined #nixos-exotic
V has quit [*.net *.split]
{`-`} has quit [*.net *.split]
^_ is now known as V
edef has quit [Ping timeout: 272 seconds]
edef has joined #nixos-exotic
<aaronjanse> Aaah, the day has come, and I must finally face Nix not wanting to cross-compile (instead wanting to run some build steps on an emulated host machine)
<aaronjanse> More specifically, I've updated my pin on Nixpkgs and now the `cargoDeps` is being built with compiled-for-Redox bash, causing a segfault
<aaronjanse> Hmm, this might actually be a Nixpkgs bug?
<aaronjanse> Hmm I could be wrong. I'll do more research
<aaronjanse> * Hmm I could be wrong. I'll do more research EDIT: Yep I was wrong. Time to do further debugging
<aaronjanse> Aha! It's fixed by using `wrapPython` from `buildPackages`. I'll make a PR asking for feedback and the implications of the change (and whether it should be made at all)