about summary refs log tree commit diff
path: root/home/packages/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-16 19:03:35 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-16 19:06:45 -0700
commit9d3fff359b6c2cea4ac69299f3c1621af8bde64c (patch)
tree95c5db67b6b94e0967404cb30d51f24f79331d72 /home/packages/default.nix
parentops(github): archive the repository govanity (diff)
downloadworld-9d3fff359b6c2cea4ac69299f3c1621af8bde64c.tar.gz
ref(tools/git-blame-stats): rewrite the tool in python
The tool can calculate some stats about authors in a git repository. It
computes the number of lines that are authored by authors at a given
revision (HEAD by default), and the number of commits.
Diffstat (limited to 'home/packages/default.nix')
-rw-r--r--home/packages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix
index 4f3c22b..fd75556 100644
--- a/home/packages/default.nix
+++ b/home/packages/default.nix
@@ -36,6 +36,7 @@ in
         album-to-nas
         tools.ipconverter
         tools.seqstat
+        tools.git-blame-stats
         gh-ssh-keys
       ]
       ++ cfg.additionalPackages);