From 27036e18f5b8aa9c15da52dfd6906670977f4183 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 16 Aug 2019 16:50:50 +0100 Subject: feat(tools): Add kontemplate --- default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index ba9e108565..24d0e02799 100644 --- a/default.nix +++ b/default.nix @@ -7,8 +7,10 @@ let localPkgs = super: pkgs: { # Local projects should be added here: - tazblog = import ./services/tazblog { inherit pkgs; }; - gemma = import ./services/gemma { inherit pkgs; }; + tazjin = { + blog = import ./services/tazblog { inherit pkgs; }; + gemma = import ./services/gemma { inherit pkgs; }; + }; # Third-party projects (either vendored or modified from nixpkgs) go here: gitAppraise = pkgs.callPackage ./third_party/go/git-appraise/git-appraise {}; -- cgit 1.4.1