mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
Check meta values and warn about bad ones
This commit is contained in:
parent
0f24400d90
commit
30b986908e
4 changed files with 54 additions and 26 deletions
|
@ -30,6 +30,8 @@ private:
|
|||
|
||||
Bindings * getMeta();
|
||||
|
||||
bool checkMeta(Value & v);
|
||||
|
||||
public:
|
||||
string name;
|
||||
string attrPath; /* path towards the derivation */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue