mkosi-full: mark broken

Booting VMs using `mkosi qemu` currently fails to find the image to boot.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-05-02 11:53:03 +02:00
parent d3f04e5bac
commit ddb1ac2b90

View file

@ -120,5 +120,7 @@ buildPythonApplication rec {
mainProgram = "mkosi";
maintainers = with maintainers; [ malt3 katexochen ];
platforms = platforms.linux;
# `mkosi qemu` boot fails in the uefi shell, image isn't found.
broken = withQemu;
};
}