{ config, pkgs, lib, ... }: { boot.binfmt.emulatedSystems = [ "riscv64-linux" ]; boot.binfmt.preferStaticEmulators = true; }