aboutsummaryrefslogtreecommitdiff
path: root/tools/mosdepth-depth.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-09-26 14:34:38 +1000
committerJustin Bedo <cu@cua0.org>2018-09-26 14:35:45 +1000
commitb4da5a5b3564e644975c90dad0ef32073b6513a9 (patch)
tree7d4bc8266e26f8747f6bd069ae45738f71d235ce /tools/mosdepth-depth.nix
parent22a4089ffcce07b10a0a21f166bd9791a95e022b (diff)
Fix mosdepth
Diffstat (limited to 'tools/mosdepth-depth.nix')
-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 {