We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5a1ca commit e533c4cCopy full SHA for e533c4c
src/libstore/unix/build/derivation-builder.cc
@@ -1494,7 +1494,7 @@ SingleDrvOutputs DerivationBuilderImpl::registerOutputs()
1494
1495
auto topoSortResult =
1496
topoSort(outputsToSort, {[&](const std::string & name) {
1497
- auto orifu = get(outputReferencesIfUnregistered, name);
+ auto * orifu = get(outputReferencesIfUnregistered, name);
1498
if (!orifu)
1499
throw BuildError(
1500
BuildResult::Failure::OutputRejected,
0 commit comments