aboutsummaryrefslogtreecommitdiff
path: root/tools/mosdepth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mosdepth.nix')
-rw-r--r--tools/mosdepth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mosdepth.nix b/tools/mosdepth.nix
index ff940a5..fa1101a 100644
--- a/tools/mosdepth.nix
+++ b/tools/mosdepth.nix
@@ -3,6 +3,6 @@
with bionix;
{
- depth = callBionix ./mosdepth-depth.nix;
- plot = callBionix ./mosdepth-plot.nix;
+ depth = callBionixE ./mosdepth-depth.nix;
+ plot = callBionixE ./mosdepth-plot.nix;
}