@whitequark I recently had a failure where my code started producing different results on a different machine. I eventually tracked it down to a change in a python library I had imported to do markdown rendering. The slight formatting change caused my unchanged code to hit a latent bug and crash.
Could it be the Devian and NixOS environments are pulling in slightly different versions of dependencies?
This seems likely only if the problem comes from python, not from .c code...