about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-07-02T13·38+0100
committerVincent Ambo <tazjin@google.com>2019-07-02T13·39+0100
commitc31a0b552b98cf297e3b7c90c63968faab0a1f49 (patch)
treeecee0c1870c2c3f2e1c3d6ffea89216e78ec77cf /default.nix
parentfe642c30f01c4f3f6637851595ad1b36032461aa (diff)
feat(git-appraise): Add Nix build configuration r/11
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index d84653fa7c..3904ced8c7 100644
--- a/default.nix
+++ b/default.nix
@@ -5,6 +5,8 @@ let
   localPkgs = super: pkgs: {
     tazjin.tazblog = import ./services/tazblog { inherit pkgs; };
     tazjin.gemma = import ./services/gemma { inherit pkgs; };
+
+    thirdParty.gitAppraise = pkgs.callPackage ./third_party/go/git-appraise/git-appraise {};
   };
 
   # TODO(tazjin): It might be preferable to pin a specific commit of