diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mosdepth-depth.nix | 3 |
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 { |