Merge pull request #317807 from NixOS/backport-317091-to-release-24.05

[Backport release-24.05] OVMF: fix eval/build on i686
This commit is contained in:
Adam C. Stephens 2024-06-06 17:52:25 -04:00 committed by GitHub
commit f50247d5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,10 @@
let
platformSpecific = {
i686.msVarsArgs = {
flavor = "OVMF";
archDir = "Ia32";
};
x86_64.msVarsArgs = {
flavor = "OVMF_4M";
archDir = "X64";