mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Unify DirEntries types
This commit is contained in:
parent
cdb27c1519
commit
5381123879
8 changed files with 16 additions and 14 deletions
|
|
@ -107,7 +107,7 @@ std::optional<FSAccessor::Stat> RemoteFSAccessor::stat(const Path & path)
|
|||
return res.first->stat(res.second);
|
||||
}
|
||||
|
||||
StringSet RemoteFSAccessor::readDirectory(const Path & path)
|
||||
SourceAccessor::DirEntries RemoteFSAccessor::readDirectory(const Path & path)
|
||||
{
|
||||
auto res = fetch(path);
|
||||
return res.first->readDirectory(res.second);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue