Go to the source code of this file.
Classes | |
struct | nix::StorePathWithOutputs |
Functions | |
std::vector< DerivedPath > | nix::toDerivedPaths (const std::vector< StorePathWithOutputs > ss) |
std::pair< std::string_view, StringSet > | nix::parsePathWithOutputs (std::string_view s) |
StorePathWithOutputs | nix::parsePathWithOutputs (const StoreDirConfig &store, std::string_view pathWithOutputs) |
StorePathWithOutputs | nix::followLinksToStorePathWithOutputs (const Store &store, std::string_view pathWithOutputs) |
StorePathWithOutputs nix::parsePathWithOutputs | ( | const StoreDirConfig & | store, |
std::string_view | pathWithOutputs ) |
Split a string specifying a derivation and a set of outputs (/nix/store/hash-foo!out1,out2,...) into the derivation path and the outputs.