mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +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 source = sinkToSource([&](Sink & sink) {
|
||||
auto source = sinkToSource([&, accessor{accessor}](Sink & sink) {
|
||||
accessor->dumpPath(CanonPath::root, sink);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue