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

with bionix;

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