kubescape: disable on darwin

This commit is contained in:
Fabian Affolter 2024-03-30 17:46:44 +01:00
parent e6a5b5f924
commit 73cb5278cb

View File

@ -1,4 +1,5 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, git , git
@ -91,5 +92,6 @@ buildGoModule rec {
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ fab jk ]; maintainers = with maintainers; [ fab jk ];
broken = stdenv.isDarwin;
}; };
} }