diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |