···41 homepage = "https://github.com/Foxboron/sbctl";
42 license = licenses.mit;
43 maintainers = with maintainers; [ raitobezarius ];
44+ # go-uefi do not support darwin at the moment:
45+ # see upstream on https://github.com/Foxboron/go-uefi/issues/13
46+ platforms = platforms.linux;
47 };
48}