kubescape: disable on darwin

This commit is contained in:
Fabian Affolter 2024-03-30 17:46:44 +01:00
parent e6a5b5f924
commit 73cb5278cb
1 changed files with 2 additions and 0 deletions

View File

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