mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
Merge pull request #7080 from squalus/nar-close-file
archive: check close errors when extracting nars
This commit is contained in:
commit
89ca75c9f9
3 changed files with 11 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ struct NarAccessor : public FSAccessor
|
|||
createMember(path, {FSAccessor::Type::tRegular, false, 0, 0});
|
||||
}
|
||||
|
||||
void closeRegularFile() override
|
||||
{ }
|
||||
|
||||
void isExecutable() override
|
||||
{
|
||||
parents.top()->isExecutable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue