Hello, is there a way to cross-compile the Rust binaries in Guix? I attempted to cross-compile Alacritty for Aarch64 architecture but got error.
$ ./pre-inst-env guix build alacritty --target=aarch64-linux-gnu guix build: error: gnu/packages/terminals.scm:1396:2: alacritty@0.9.0: build system `cargo' does not support cross builds ---- Petr