|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <derived-path.hh>
Public Member Functions | |
| const StorePath & | getBaseStorePath () const |
| std::string | to_string (const Store &store) const |
| std::string | to_string_legacy (const Store &store) const |
| kj::Promise< Result< JSON > > | toJSON (Store &store) const |
| DECLARE_CMP (SingleDerivedPathBuilt) | |
Static Public Member Functions | |
| static SingleDerivedPathBuilt | parse (const Store &store, ref< SingleDerivedPath > drvPath, OutputNameView outputs, const ExperimentalFeatureSettings &xpSettings=experimentalFeatureSettings) |
Public Attributes | |
| ref< SingleDerivedPath > | drvPath |
| OutputName | output |
A single derived path that is built from a derivation
Built derived paths are pair of a derivation and an output name. They are evaluated by building the derivation, and then taking the resulting output path of the given output name.
| const StorePath & nix::SingleDerivedPath::Built::getBaseStorePath | ( | ) | const |
Get the store path this is ultimately derived from (by realising and projecting outputs).
Note that this is not a property of the store object being referred to, but just of this path — how we happened to be referring to that store object. In other words, this means this function breaks "referential transparency". It should therefore be used only with great care.
|
static |
The caller splits on the separator, so it works for both variants.
| xpSettings | Stop-gap to avoid globals during unit tests. |
| std::string nix::SingleDerivedPath::Built::to_string | ( | const Store & | store | ) | const |
Uses ^ as the separator
| std::string nix::SingleDerivedPath::Built::to_string_legacy | ( | const Store & | store | ) | const |
Uses ! as the separator