#include <derivations.hh>
A single output of a BasicDerivation (and Derivation).
◆ DerivationOutput()
| nix::DerivationOutput::DerivationOutput |
( |
| ) |
|
|
delete |
◆ fromJSON()
| DerivationOutput nix::DerivationOutput::fromJSON |
( |
const Store & | store, |
|
|
std::string_view | drvName, |
|
|
OutputNameView | outputName, |
|
|
const JSON & | json, |
|
|
const ExperimentalFeatureSettings & | xpSettings = experimentalFeatureSettings ) |
|
static |
- Parameters
-
| xpSettings | Stop-gap to avoid globals during unit tests. |
◆ path()
- Note
- when you use this function you should make sure that you're passing the right derivation name. When in doubt, you should use the safer interface provided by BasicDerivation::outputsAndOptPaths
The documentation for this struct was generated from the following files: