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:
parent
6e4210d8ce
commit
46cb15df9b
4 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@ namespace nix {
|
|||
struct GitInfo
|
||||
{
|
||||
Path storePath;
|
||||
std::string ref;
|
||||
std::string rev;
|
||||
std::string shortRev;
|
||||
std::optional<uint64_t> revCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue