From 21e9b655e9e82be8775e9375ce113858dc5791dc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 23 Oct 2022 13:20:03 -0700 Subject: 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. --- tools/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/default.nix') 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 { }; }) -- cgit v1.2.3