forked from mirrors/nixpkgs
fetchgitlocal: be less chatty
This commit is contained in:
parent
8ba0fe2866
commit
f62b04954f
|
@ -34,7 +34,7 @@ let
|
|||
|
||||
# dump tar of *current directory* at given revision
|
||||
git -C ${srcStr} archive --format=tar ${gitHash} \
|
||||
| tar xvf - -C $out
|
||||
| tar xf - -C $out
|
||||
'';
|
||||
|
||||
in nixPath
|
||||
|
|
Loading…
Reference in a new issue