Improve missing flake.nix error message
This commit is contained in:
@@ -142,6 +142,12 @@ std::string FlakeRef::to_string() const
|
||||
return string;
|
||||
}
|
||||
|
||||
std::ostream & operator << (std::ostream & str, const FlakeRef & flakeRef)
|
||||
{
|
||||
str << flakeRef.to_string();
|
||||
return str;
|
||||
}
|
||||
|
||||
bool FlakeRef::isImmutable() const
|
||||
{
|
||||
return (bool) rev;
|
||||
|
||||
Reference in New Issue
Block a user