about summary refs log tree commit diff
path: root/tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/default.nix')
-rw-r--r--tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/default.nix b/tools/default.nix
index fc60a7e..9f6d273 100644
--- a/tools/default.nix
+++ b/tools/default.nix
@@ -10,4 +10,6 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
   ipconverter = pkgs.callPackage ./ipconverter { };
 
   git-blame-stats = pkgs.callPackage ./git-blame-stats { };
+
+  sendsms = pkgs.callPackage ./sendsms { };
 })