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. --- home/packages/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home') diff --git a/home/packages/default.nix b/home/packages/default.nix index 39798a5..4f3c22b 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -35,6 +35,7 @@ in # custom tools album-to-nas tools.ipconverter + tools.seqstat gh-ssh-keys ] ++ cfg.additionalPackages); -- cgit 1.4.1