about summary refs log tree commit diff
path: root/tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 { };