|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <realisation.hh>
Public Types | |
| using | Raw = std::variant<Realisation, OpaquePath> |
| using | Set = std::set<RealisedPath> |
Public Member Functions | |
| RealisedPath (StorePath path) | |
| RealisedPath (Realisation r) | |
| StorePath | path () const |
| kj::Promise< Result< void > > | closure (Store &store, Set &ret) const |
| kj::Promise< Result< Set > > | closure (Store &store) const |
| GENERATE_CMP (RealisedPath, me->raw) | |
Static Public Member Functions | |
| static kj::Promise< Result< void > > | closure (Store &store, const Set &startPaths, Set &ret) |
Public Attributes | |
| Raw | raw |
A store path with all the history of how it went into the store
| StorePath nix::RealisedPath::path | ( | ) | const |
Get the raw store path associated to this