diff options
Diffstat (limited to '')
-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 { }; |