mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Restore progress indication during nix-copy-closure
This commit is contained in:
parent
56042a120a
commit
2b4964f319
3 changed files with 2 additions and 2 deletions
|
@ -1276,6 +1276,8 @@ Path LocalStore::importPath(bool requireSignature, Source & source)
|
|||
|
||||
Path dstPath = readStorePath(hashAndReadSource);
|
||||
|
||||
printMsg(lvlInfo, format("importing path `%1%'") % dstPath);
|
||||
|
||||
PathSet references = readStorePaths<PathSet>(hashAndReadSource);
|
||||
|
||||
Path deriver = readString(hashAndReadSource);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue