Fix spurious change

Didn't mean to use the private name that shouldn't be exposed.
This commit is contained in:
John Ericson 2023-05-09 12:19:03 -04:00
parent 278c94d607
commit 35dcbe1c21

View file

@ -2511,7 +2511,7 @@ SingleDrvOutputs LocalDerivationGoal::registerOutputs()
[&](const DerivationOutput::CAFixed & dof) {
auto wanted = dof.ca.getHash();
auto newInfo0 = newInfoFromCA(DerivationOutputCAFloating {
auto newInfo0 = newInfoFromCA(DerivationOutput::CAFloating {
.method = dof.ca.getMethod(),
.hashType = wanted.type,
});