mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
BuildResult: Use DerivedPath
This commit is contained in:
parent
a4604f1928
commit
761242afa0
9 changed files with 48 additions and 43 deletions
|
@ -64,13 +64,13 @@ struct BuildResult
|
|||
non-determinism.) */
|
||||
bool isNonDeterministic = false;
|
||||
|
||||
/* The derivation we built or the store path we substituted. */
|
||||
DerivedPath path;
|
||||
|
||||
/* For derivations, the derivation path and the wanted outputs. */
|
||||
std::optional<StorePath> drvPath;
|
||||
DrvOutputs builtOutputs;
|
||||
|
||||
/* For substitutions, the substituted path. */
|
||||
std::optional<StorePath> outPath;
|
||||
|
||||
/* The start/stop times of the build (or one of the rounds, if it
|
||||
was repeated). */
|
||||
time_t startTime = 0, stopTime = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue