14 : store(store), derivedPath(std::move(derivedPath))
17 std::string
what()
const override;
23 static InstallableDerivedPath parse(
25 std::string_view prefix,
std::vector< DerivedPathWithInfo > DerivedPathsWithInfo
Definition installables.hh:95
Definition derived-path.hh:229
Definition outputs-spec.hh:96
DerivedPathsWithInfo toDerivedPaths() override
Definition installable-derived-path.cc:11
std::optional< StorePath > getStorePath() override
Definition installable-derived-path.cc:19
std::string what() const override
Definition installable-derived-path.cc:6
Definition installables.hh:114