This commit is contained in:
Tao Tien 2024-09-05 15:18:19 -07:00
parent 3d202d60f0
commit 54fb7f4245
4 changed files with 24 additions and 4 deletions

3
systems/NOriscv.nix Normal file
View file

@ -0,0 +1,3 @@
{lib, ...}: {
nixpkgs.hostPlatform = "riscv64";
}