Remix.run Logo
Palomides 3 hours ago

I'm not very familiar with nix, how well does it do with cross compiling? is anyone actually using it for yocto sorts of domains?

sollniss 2 hours ago | parent | next [-]

You can generally remotely build for any supported architecture[1]. The build process will be painfully slow though if you have cache misses.

[1] https://search.nixos.org/options?channel=26.05&query=boot.bi...

13 minutes ago | parent [-]
[deleted]
nine_k an hour ago | parent | prev | next [-]

We do Nix-based cross-compiling for non-embedded software (ARM vs x64). I'd say it works mostly transparently.

alright2565 2 hours ago | parent | prev [-]

[dead]