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:
parent
6960ee929d
commit
160ce18a0e
4 changed files with 24 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue