NOflake/systems/NOriscv.nix
2024-09-06 00:31:58 -07:00

3 lines
52 B
Nix

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