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

with bionix;

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