diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-15 12:32:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-15 12:32:28 -0700 |
commit | ce39b5fd65a91e241b2edbb9fd6a9a12967a064d (patch) | |
tree | bd0ec3519ac3a41c55193023dc3f3bb2705114a1 /home | |
parent | ci: update the flake once a week (diff) | |
download | world-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.nix | 1 |
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); |