|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <derived-path.hh>
Public Member Functions | |
| std::string | to_string (const Store &store) const |
| kj::Promise< Result< JSON > > | toJSON (const Store &store) const |
| GENERATE_CMP (DerivedPathOpaque, me->path) | |
Static Public Member Functions | |
| static DerivedPathOpaque | parse (const Store &store, std::string_view) |
Public Attributes | |
| StorePath | path |
An opaque derived path.
Opaque derived paths are just store paths, and fully evaluated. They cannot be simplified further. Since they are opaque, they cannot be built, but they can fetched.