diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-23 13:20:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-23 13:29:37 -0700 |
| commit | 21e9b655e9e82be8775e9375ce113858dc5791dc (patch) | |
| tree | 533e9390eef5f09133f8c8687c79a129da29c55b /tools/default.nix | |
| parent | ref(tools/git-bootstrap): this is replaced by terraform (diff) | |
| download | infra-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.nix | 1 |
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 { }; }) |
