forked from lix-project/lix
Fix spurious change
Didn't mean to use the private name that shouldn't be exposed.
This commit is contained in:
parent
278c94d607
commit
35dcbe1c21
|
@ -2511,7 +2511,7 @@ SingleDrvOutputs LocalDerivationGoal::registerOutputs()
|
||||||
[&](const DerivationOutput::CAFixed & dof) {
|
[&](const DerivationOutput::CAFixed & dof) {
|
||||||
auto wanted = dof.ca.getHash();
|
auto wanted = dof.ca.getHash();
|
||||||
|
|
||||||
auto newInfo0 = newInfoFromCA(DerivationOutputCAFloating {
|
auto newInfo0 = newInfoFromCA(DerivationOutput::CAFloating {
|
||||||
.method = dof.ca.getMethod(),
|
.method = dof.ca.getMethod(),
|
||||||
.hashType = wanted.type,
|
.hashType = wanted.type,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue