aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/mosdepth-depth.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/mosdepth-depth.nix b/tools/mosdepth-depth.nix
index 3340872..586cdcb 100644
--- a/tools/mosdepth-depth.nix
+++ b/tools/mosdepth-depth.nix
@@ -1,7 +1,10 @@
{ stdenv
+, lib
, mosdepth
, flags ? null}:
+with lib;
+
input:
stdenv.mkDerivation {