From a981d78d2ec9a28d06fc9e75dcc12be9448e1fce Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 6 Aug 2022 13:07:53 -0700 Subject: 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 --- tools/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 { }; -- cgit 1.4.1