mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
Rename a few things in new tests
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
8eeaf591db
commit
278c94d607
4 changed files with 10 additions and 11 deletions
|
@ -89,7 +89,6 @@ const ContentAddress * getDerivationCA(const BasicDerivation & drv)
|
|||
if (out == drv.outputs.end())
|
||||
return nullptr;
|
||||
if (auto dof = std::get_if<DerivationOutput::CAFixed>(&out->second)) {
|
||||
|
||||
return &dof->ca;
|
||||
}
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue