Restore progress indication during nix-copy-closure
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user