OVMF: add suffix for i686

This fixes eval of the ZFS NixOS tests on i686.

Fixes: 22b6f785a7 ("nixos/tests/zfs: Represent real world usage better")
This commit is contained in:
Alyssa Ross 2022-12-29 20:28:40 +00:00
parent 2ba0c1ba67
commit 247086c9e9

View File

@ -21,6 +21,7 @@ let
version = lib.getVersion edk2;
suffixes = {
i686 = "FV/OVMF";
x86_64 = "FV/OVMF";
aarch64 = "FV/AAVMF";
};