mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
src/libfetchers/union-input-accessor.cc: Apply suggestion
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
38b07d6347
commit
25cf8f1071
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ struct UnionInputAccessor : InputAccessor
|
||||||
// Currently we require a root filesystem. This could be relaxed.
|
// Currently we require a root filesystem. This could be relaxed.
|
||||||
assert(mounts.contains(CanonPath::root));
|
assert(mounts.contains(CanonPath::root));
|
||||||
|
|
||||||
// FIXME: should check that every mount point exists. Or we
|
// FIXME: return dummy parent directories automatically?
|
||||||
// could return dummy parent directories automatically.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string readFile(const CanonPath & path) override
|
std::string readFile(const CanonPath & path) override
|
||||||
|
|
Loading…
Reference in a new issue