|
static InstallableAttrPath | parse (ref< EvalState > state, SourceExprCommand &cmd, Value *v, std::string_view prefix, ExtendedOutputsSpec extendedOutputsSpec) |
|
static InstallableValue & | require (Installable &installable) |
|
static ref< InstallableValue > | require (ref< Installable > installable) |
|
static std::vector< BuiltPathWithResult > | build (ref< Store > evalStore, ref< Store > store, Realise mode, const Installables &installables, BuildMode bMode=bmNormal) |
|
static std::vector< std::pair< ref< Installable >, BuiltPathWithResult > > | build2 (ref< Store > evalStore, ref< Store > store, Realise mode, const Installables &installables, BuildMode bMode=bmNormal) |
|
static std::set< StorePath > | toStorePathSet (ref< Store > evalStore, ref< Store > store, Realise mode, OperateOn operateOn, const Installables &installables) |
|
static std::vector< StorePath > | toStorePaths (ref< Store > evalStore, ref< Store > store, Realise mode, OperateOn operateOn, const Installables &installables) |
|
static StorePath | toStorePath (ref< Store > evalStore, ref< Store > store, Realise mode, OperateOn operateOn, ref< Installable > installable) |
|
static std::set< StorePath > | toDerivations (ref< Store > store, const Installables &installables, bool useDeriver=false) |
|
static BuiltPaths | toBuiltPaths (ref< Store > evalStore, ref< Store > store, Realise mode, OperateOn operateOn, const Installables &installables) |
|