about summary refs log tree commit diff
path: root/tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/default.nix')
-rw-r--r--tools/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/default.nix b/tools/default.nix
index 4078f35..543882f 100644
--- a/tools/default.nix
+++ b/tools/default.nix
@@ -6,5 +6,6 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
   ipconverter = pkgs.callPackage ./ipconverter { };
   seqstat = pkgs.callPackage ./seqstat { };
   git-blame-stats = pkgs.callPackage ./git-blame-stats { };
+  git-broom = pkgs.callPackage ./git-broom { };
   sendsms = pkgs.callPackage ./sendsms { };
 })