NOflake/systems/NOriscv.nix

4 lines
54 B
Nix
Raw Permalink Normal View History

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