limine: mark as broken on darwin

This commit is contained in:
Weijia Wang 2024-04-20 23:44:35 +02:00
parent 2ea9604b32
commit 26b947c9bc
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation {
# The platforms on that the Liminine binary and helper tools can run, not
# necessarily the platforms for that bootable images can be created.
platforms = platforms.unix;
badPlatforms = platforms.darwin;
maintainers = [
maintainers._48cf
maintainers.phip1611