NOflake/systems/NOriscv.nix
2025-05-06 14:47:48 -07:00

3 lines
54 B
Nix

{lib, ...}: {
nixpkgs.hostPlatform = "riscv64";
}