Improve missing flake.nix error message

This commit is contained in:
Eelco Dolstra
2019-04-19 11:43:56 +02:00
parent 6960ee929d
commit 160ce18a0e
4 changed files with 24 additions and 9 deletions
+5
View File
@@ -1,3 +1,5 @@
#pragma once
#include "types.hh"
#include "hash.hh"
@@ -173,4 +175,7 @@ struct FlakeRef
FlakeRef baseRef() const;
};
std::ostream & operator << (std::ostream & str, const FlakeRef & flakeRef);
}