sbctl: supported platforms are unix derivatives at the moment

This commit is contained in:
Raito Bezarius 2022-11-06 23:59:08 +01:00
parent 4eb3b7c909
commit bb3d289ee6

View file

@ -41,5 +41,8 @@ buildGoModule rec {
homepage = "https://github.com/Foxboron/sbctl";
license = licenses.mit;
maintainers = with maintainers; [ raitobezarius ];
# go-uefi do not support darwin at the moment:
# see upstream on https://github.com/Foxboron/go-uefi/issues/13
platforms = platforms.linux;
};
}