1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-16 05:51:05 +01:00

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

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);
}