forked from lix-project/lix
Fix InstallableFlake::what()
This commit is contained in:
parent
8e478c2341
commit
8426d99b0e
|
@ -83,7 +83,7 @@ struct InstallableFlake : InstallableValue
|
||||||
prefixes(prefixes)
|
prefixes(prefixes)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
std::string what() override { return flakeRef.to_string() + ":" + *attrPaths.begin(); }
|
std::string what() override { return flakeRef.to_string() + "#" + *attrPaths.begin(); }
|
||||||
|
|
||||||
std::vector<std::string> getActualAttrPaths();
|
std::vector<std::string> getActualAttrPaths();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue