NOflake/systems/NOriscv.nix

4 lines
52 B
Nix
Raw Normal View History

2024-09-05 15:18:19 -07:00
{lib, ...}: {
nixpkgs.hostPlatform = "riscv64";
}