1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

Merge branch 'master' into debug-exploratory-PR

This commit is contained in:
Ben Burdette 2022-05-09 09:30:44 -06:00 committed by GitHub
commit 7cd7c7c91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1387 additions and 67 deletions

View file

@ -63,6 +63,7 @@ typedef std::map<Path, StorePath> SrcToStore;
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);
typedef std::pair<std::string, std::string> SearchPathElem;