1
0
Fork 0
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:
Eelco Dolstra 2009-05-12 11:06:24 +00:00
parent c34e6d71bc
commit 50d11b90ca
2 changed files with 9 additions and 1 deletions

View file

@ -38,6 +38,8 @@ struct EvalState
unsigned int nrEvaluated;
unsigned int nrCached;
bool allowUnsafeEquality;
EvalState();
void addPrimOps();