aboutsummaryrefslogtreecommitdiff
path: root/tools/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-15 12:32:28 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-15 12:32:28 -0700
commitce39b5fd65a91e241b2edbb9fd6a9a12967a064d (patch)
treebd0ec3519ac3a41c55193023dc3f3bb2705114a1 /tools/default.nix
parentci: update the flake once a week (diff)
downloadinfra-ce39b5fd65a91e241b2edbb9fd6a9a12967a064d.tar.gz
ref(seqstat): rewrite from go to python
This is a simple script, there's no benefit in having this in go. Having it Python makes it easier to extend with panda or other libraries in the future if I need more statistics too.
Diffstat (limited to 'tools/default.nix')
-rw-r--r--tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/default.nix b/tools/default.nix
index 1044b09..c266842 100644
--- a/tools/default.nix
+++ b/tools/default.nix
@@ -7,6 +7,8 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
ipconverter = pkgs.callPackage ./ipconverter { };
+ seqstat = pkgs.callPackage ./seqstat { };
+
git-blame-stats = pkgs.callPackage ./git-blame-stats { };
sendsms = pkgs.callPackage ./sendsms { };