Commit 73cb5278 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

kubescape: disable on darwin

parent e6a5b5f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
, git
@@ -91,5 +92,6 @@ buildGoModule rec {
    '';
    license = licenses.asl20;
    maintainers = with maintainers; [ fab jk ];
    broken = stdenv.isDarwin;
  };
}