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

with nixpkgs;

{
  depth = attrs: callPackage ./mosdepth-depth.nix attrs;
  plot = attrs: callPackage ./mosdepth-plot.nix attrs;
}