1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

Merge remote-tracking branch 'origin/master' into lazy-trees

This commit is contained in:
Eelco Dolstra 2022-05-11 13:34:49 +02:00
commit 087584ef4d
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
13 changed files with 1291 additions and 9 deletions

View file

@ -57,6 +57,7 @@ typedef std::list<SearchPathElem> SearchPath;
std::ostream & printValue(const EvalState & state, std::ostream & str, const Value & v);
std::string printValue(const EvalState & state, const Value & v);
std::ostream & operator << (std::ostream & os, const ValueType t);
/* Initialise the Boehm GC, if applicable. */