mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
parent
d5fdfdc592
commit
dc7615dbbb
3 changed files with 7 additions and 5 deletions
|
@ -581,7 +581,7 @@ struct curlFileTransfer : public FileTransfer
|
|||
|
||||
#if __linux__
|
||||
try {
|
||||
unshareFilesystem();
|
||||
tryUnshareFilesystem();
|
||||
} catch (nix::Error & e) {
|
||||
e.addTrace({}, "in download thread");
|
||||
throw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue