mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
parent
00a75b1cd2
commit
02654f782f
6 changed files with 8 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ struct NarIndexer : ParseSink, StringSource
|
|||
{
|
||||
}
|
||||
|
||||
void createDirectory(const Path & path)
|
||||
void createDirectory(const Path & path) override
|
||||
{
|
||||
members.emplace(path,
|
||||
NarMember{FSAccessor::Type::tDirectory, false, 0, 0});
|
||||
|
|
@ -44,7 +44,7 @@ struct NarIndexer : ParseSink, StringSource
|
|||
currentPath = path;
|
||||
}
|
||||
|
||||
void isExecutable()
|
||||
void isExecutable() override
|
||||
{
|
||||
isExec = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue