Merge pull request #199920 from RaitoBezarius/fix-sbctl

authored by Martin Weinelt and committed by GitHub 0b0a8153 045f10f4

+3
+3
pkgs/tools/security/sbctl/default.nix
··· 41 41 homepage = "https://github.com/Foxboron/sbctl"; 42 42 license = licenses.mit; 43 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; 44 47 }; 45 48 }