|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <built-path.hh>
Public Types | |
| using | Raw = built_path::detail::BuiltPathRaw |
| using | Opaque = DerivedPathOpaque |
| using | Built = BuiltPathBuilt |
Public Member Functions | |
| const Raw & | raw () const |
| StorePathSet | outPaths () const |
| kj::Promise< Result< RealisedPath::Set > > | toRealisedPaths (Store &store) const |
| kj::Promise< Result< JSON > > | toJSON (const Store &store) const |
A built path. Similar to a DerivedPath, but enriched with the corresponding output path(s).