|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <built-path.hh>
Public Member Functions | |
| std::string | to_string (const Store &store) const |
| kj::Promise< Result< JSON > > | toJSON (const Store &store) const |
| DECLARE_CMP (BuiltPathBuilt) | |
Static Public Member Functions | |
| static BuiltPathBuilt | parse (const Store &store, std::string_view, std::string_view) |
Public Attributes | |
| ref< SingleBuiltPath > | drvPath |
| std::map< std::string, StorePath > | outputs |
A built derived path with hints in the form of optional concrete output paths.
See 'BuiltPath' for more an explanation.