Go to the source code of this file.
|
|
typedef std::string | nix::FlakeId |
|
|
std::ostream & | nix::operator<< (std::ostream &str, const FlakeRef &flakeRef) |
|
FlakeRef | nix::parseFlakeRef (const std::string &url, const std::optional< Path > &baseDir, bool allowMissing, bool isFlake) |
|
std::optional< FlakeRef > | nix::maybeParseFlake (const std::string &url, const std::optional< Path > &baseDir={}) |
|
std::pair< FlakeRef, std::string > | nix::parseFlakeRefWithFragment (const std::string &url, const std::optional< Path > &baseDir, bool allowMissing, bool isFlake) |
|
std::optional< std::pair< FlakeRef, std::string > > | nix::maybeParseFlakeRefWithFragment (const std::string &url, const std::optional< Path > &baseDir) |
|
std::tuple< FlakeRef, std::string, ExtendedOutputsSpec > | nix::parseFlakeRefWithFragmentAndExtendedOutputsSpec (const std::string &url, const std::optional< Path > &baseDir, bool allowMissing, bool isFlake) |