From c31a0b552b98cf297e3b7c90c63968faab0a1f49 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 2 Jul 2019 14:38:16 +0100 Subject: feat(git-appraise): Add Nix build configuration --- default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index d84653fa7cf1..3904ced8c728 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 -- cgit 1.4.1