summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index e6e19d83aa..e9288179c9 100644
--- a/default.nix
+++ b/default.nix
@@ -11,6 +11,7 @@ let
     # Local projects should be added here:
     tazjin = {
       blog = import ./services/tazblog { inherit pkgs; };
+      blog_cli = pkgs.callPackage ./tools/blog_cli {};
       gemma = import ./services/gemma { inherit pkgs; };
     };