From ce39b5fd65a91e241b2edbb9fd6a9a12967a064d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 Oct 2022 12:32:28 -0700 Subject: 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. --- tools/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/default.nix') 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 { }; -- cgit v1.2.3