11 src = fetchFromGitHub {
12 owner = "open-policy-agent";
15 hash = "sha256-Tu4p0kY0UdU0++zLpj+6A5ky5OXEEN5iivHbiyvghw4=";
24 subPackages = [ "cmd/gator" ];
27 installShellCompletion --cmd gator \
28 --bash <($out/bin/gator completion bash) \
29 --fish <($out/bin/gator completion fish) \
30 --zsh <($out/bin/gator completion zsh)
34 description = "Policy Controller for Kubernetes";
35 mainProgram = "gator";
36 homepage = "https://github.com/open-policy-agent/gatekeeper";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ SuperSandro2000 ];