1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/src/libstore/builtins
Eelco Dolstra 8918bae098 Drop remaining uses of external "tar"
Also, fetchGit now runs in O(1) memory since we pipe the output of
'git archive' directly into unpackTarball() (rather than first reading
it all into memory).
2019-11-26 22:07:28 +01:00
..
buildenv.cc OCD performance fix: {find,count}+insert => insert 2019-10-09 16:06:29 +02:00
fetchurl.cc Fix segfault in builtin fetchurl with hashed mirrors + SRI hashes 2019-06-01 15:27:43 +02:00
unpack-channel.cc Drop remaining uses of external "tar" 2019-11-26 22:07:28 +01:00