{ pkgs, ... }: pkgs.buildGoModule rec { name = "gerrit-hook"; src = ./.; subPackages = [ "." ]; vendorSha256 = null; meta = with pkgs.lib; { description = "hooks for gerrit"; homepage = "https://golang.fcuny.net"; license = licenses.mit; platforms = platforms.linux; maintainers = [ ]; }; }