<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)