diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-19T15·58+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-19T15·59+0100 |
commit | 2a16740445291366540f8ce3fa8589c3f9b7740a (patch) | |
tree | 7a002a2fb1c7ead609dd21714614d79ec5be0fbf /default.nix | |
parent | 28a9c01d3633b8f078f65d46d74ca6fe10b06173 (diff) |
feat(tools): Add a horrifying tool to write blog posts into DNS r/41
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index e6e19d83aa00..e9288179c986 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; }; }; |