mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
ovmf: fix eval on unsupported systems
(cherry picked from commit 2df5c9aeae)
This commit is contained in:
committed by
github-actions[bot]
parent
c7be74d1fd
commit
352750ea17
@@ -143,6 +143,10 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
messemar
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user