How do people typically do haskell builds for aarch64 devices (raspberry pi in particular)?
Do they build on the pi or cross compile in some way?
If you cross compile, how do you actually build it?
I’m trying variations of:
nix-build --arg crossSystem ‘{config = “aarch64-unknown-linux-gnu”;}’ -A mypackage
but I just get my regular package built.