{ config, lib, pkgs, modulesPath, ... }: { nixpkgs.crossSystem = { system = "riscv64-linux"; gcc.arch = "rv64g"; gcc.tune = "rv64g"; }; }