|
static std::string_view | nameFromPath (const StorePath &storePath) |
|
|
DerivationOutputs | outputs |
|
StorePathSet | inputSrcs |
|
std::string | platform |
|
Path | builder |
|
Strings | args |
|
StringPairs | env |
|
std::string | name |
|
◆ applyRewrites()
void nix::BasicDerivation::applyRewrites |
( |
const StringMap & | rewrites | ) |
|
Apply string rewrites to the env
, args
and builder
fields.
◆ outputNames()
StringSet nix::BasicDerivation::outputNames |
( |
| ) |
const |
Return the output names of a derivation.
◆ outputsAndOptPaths()
Calculates the maps that contains all the DerivationOutputs, but augmented with knowledge of the Store paths they would be written into.
◆ type()
Return true iff this is a fixed-output derivation.
◆ inputSrcs
StorePathSet nix::BasicDerivation::inputSrcs |
◆ outputs
DerivationOutputs nix::BasicDerivation::outputs |
The documentation for this struct was generated from the following files:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libstore/derivations.hh
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libstore/derivations.cc