summaryrefslogtreecommitdiff
path: root/nix/arches.nix
blob: 257ad7dc867736dfeec773017078b3ed6f16c0bc (plain)
1
2
3
4
5
6
{
  riscv64 = {
    crossSystem = "riscv64-unknown-none-elf";
    rust-target = "riscv64gc-unknown-none-elf";
  };
}