mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Allow unsafe (unspecified) comparisons between attrsets unless
NIX_NO_UNSAFE_EQ is set, for now.
This commit is contained in:
parent
c34e6d71bc
commit
50d11b90ca
2 changed files with 9 additions and 1 deletions
|
@ -38,6 +38,8 @@ struct EvalState
|
|||
unsigned int nrEvaluated;
|
||||
unsigned int nrCached;
|
||||
|
||||
bool allowUnsafeEquality;
|
||||
|
||||
EvalState();
|
||||
|
||||
void addPrimOps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue