1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

Fix assertion failure in FlakeRef::to_string()

This commit is contained in:
Eelco Dolstra 2019-04-19 11:16:14 +02:00
parent 6e4210d8ce
commit 46cb15df9b
4 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,7 @@ namespace nix {
struct GitInfo
{
Path storePath;
std::string ref;
std::string rev;
std::string shortRev;
std::optional<uint64_t> revCount;