mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Fix clang error
This commit is contained in:
parent
7c0f08f79b
commit
f70f7db42a
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ std::pair<StorePath, Input> InputScheme::fetch(ref<Store> store, const Input & i
|
||||||
{
|
{
|
||||||
auto [accessor, input2] = lazyFetch(store, input);
|
auto [accessor, input2] = lazyFetch(store, input);
|
||||||
|
|
||||||
auto source = sinkToSource([&](Sink & sink) {
|
auto source = sinkToSource([&, accessor{accessor}](Sink & sink) {
|
||||||
accessor->dumpPath(CanonPath::root, sink);
|
accessor->dumpPath(CanonPath::root, sink);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue