aboutsummaryrefslogtreecommitdiff
path: root/tools/mosdepth.nix
blob: fa1101aa334fcd26c8c7f31402a3d70bd096e779 (plain)
1
2
3
4
5
6
7
8
{ bionix, nixpkgs }:

with bionix;

{
  depth = callBionixE ./mosdepth-depth.nix;
  plot = callBionixE ./mosdepth-plot.nix;
}