mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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 New Issue
Block a user