about summary refs log tree commit diff
path: root/tools/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-23 13:20:03 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-23 13:29:37 -0700
commit21e9b655e9e82be8775e9375ce113858dc5791dc (patch)
tree533e9390eef5f09133f8c8687c79a129da29c55b /tools/default.nix
parentref(tools/git-bootstrap): this is replaced by terraform (diff)
downloadworld-21e9b655e9e82be8775e9375ce113858dc5791dc.tar.gz
feat(tools/git-broom): CLI to delete local and remote branches
This tool helps to keep only the branches that are relevant: the ones
that have not been merged yet into the main branch on the principal
remote repository.
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 { };
 })