fix build against nix 2.7.0

fix build after such commits as df552ff53e
and e862833ec6
This commit is contained in:
ajs124
2022-03-29 15:38:24 -04:00
committed by Graham Christensen
parent c64c5f0a7e
commit 089da272c7
9 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ struct Extractor : ParseSink
}
}
void createSymlink(const Path & path, const string & target) override
void createSymlink(const Path & path, const std::string & target) override
{
members.insert_or_assign(prefix + path, NarMemberData { .type = FSAccessor::Type::tSymlink });
}