diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-08-06 13:07:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-08-06 13:17:21 -0700 |
| commit | a981d78d2ec9a28d06fc9e75dcc12be9448e1fce (patch) | |
| tree | 86915bc68147d2d1e5bbe279f72efeaaf94738c7 /tools/default.nix | |
| parent | fix(modules/secrets): call correct function for group (diff) | |
| download | infra-a981d78d2ec9a28d06fc9e75dcc12be9448e1fce.tar.gz | |
fix(tools): add gerrit-hook to the list of tools
Change-Id: I9bf0524ec12c4d554fc4c7ded458aab8a9cf5ef6
Reviewed-on: https://cl.fcuny.net/c/world/+/702
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'tools/default.nix')
| -rw-r--r-- | tools/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/default.nix b/tools/default.nix index 954a362..7a35b07 100644 --- a/tools/default.nix +++ b/tools/default.nix @@ -5,6 +5,8 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: { govanity = pkgs.callPackage ./govanity { }; + gerrit-hook = pkgs.callPackage ./gerrit-hook { }; + ipconverter = pkgs.callPackage ./ipconverter { }; git-blame-stats = pkgs.callPackage ./git-blame-stats { }; |
