diff options
| author | Justin Bedo <cu@cua0.org> | 2018-09-26 14:34:38 +1000 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2018-09-26 14:35:45 +1000 |
| commit | b4da5a5b3564e644975c90dad0ef32073b6513a9 (patch) | |
| tree | 7d4bc8266e26f8747f6bd069ae45738f71d235ce /tools | |
| parent | 22a4089ffcce07b10a0a21f166bd9791a95e022b (diff) | |
Fix mosdepth
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 { |
