|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Attributes | |
| ExitCode | exitCode |
| BuildResult | result = {} |
| std::shared_ptr< Error > | ex = {} |
| bool | permanentFailure = false |
| bool | timedOut = false |
| bool | hashMismatch = false |
| bool | checkMismatch = false |
| std::optional< StorePath > | storePath = {} |
| std::optional<StorePath> nix::Goal::WorkResult::storePath = {} |
Store path this goal relates to. Will be set to drvPath for derivations, or the substituted store path for substitions.