4 lines
52 B
Nix
4 lines
52 B
Nix
|
|
{lib, ...}: {
|
||
|
|
nixpkgs.hostPlatform = "riscv64";
|
||
|
|
}
|