feat(git-appraise): Add Nix build configuration

This commit is contained in:
Vincent Ambo 2019-07-02 14:38:16 +01:00
parent fe642c30f0
commit c31a0b552b
3 changed files with 23 additions and 0 deletions

View file

@ -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