aboutsummaryrefslogtreecommitdiff
path: root/tools/hatchet.nix
blob: b4867d49bea2c25a26fa31181f228e0677754314 (plain)
1
2
3
4
5
6
7
8
{ bionix }:

with bionix;

{
  app = pkgs.callPackage ./hatchet-app.nix { };
  call = callBionixE ./hatchet-call.nix;
}