about summary refs log tree commit diff
path: root/home
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 /home
parentci: update the flake once a week (diff)
downloadworld-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 '')
-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 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);