mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
Update src/libstore/build.cc
This commit is contained in:
parent
bf0dca7790
commit
5ce95b9529
1 changed files with 1 additions and 1 deletions
|
|
@ -3725,7 +3725,7 @@ void DerivationGoal::registerOutputs()
|
||||||
DerivationOutputFloating outputHash;
|
DerivationOutputFloating outputHash;
|
||||||
std::visit(overloaded {
|
std::visit(overloaded {
|
||||||
[&](DerivationOutputInputAddressed doi) {
|
[&](DerivationOutputInputAddressed doi) {
|
||||||
throw Error("No.");
|
assert(false); // Enclosing `if` handles this case in other branch
|
||||||
},
|
},
|
||||||
[&](DerivationOutputFixed dof) {
|
[&](DerivationOutputFixed dof) {
|
||||||
outputHash = DerivationOutputFloating {
|
outputHash = DerivationOutputFloating {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue