mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #277186 from RaitoBezarius/riscv-uefi
OVMF: support `riscv64` suffix
This commit is contained in:
commit
8eee165da0
@ -31,6 +31,7 @@ let
|
||||
i686 = "FV/OVMF";
|
||||
x86_64 = "FV/OVMF";
|
||||
aarch64 = "FV/AAVMF";
|
||||
riscv64 = "FV/RISCV_VIRT";
|
||||
};
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user