1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 14:32:42 +01:00

Fixed issue #13

This commit is contained in:
Nick Van den Broeck 2019-03-21 09:30:16 +01:00
parent e6109ec765
commit 24b35bf9e7
6 changed files with 31 additions and 12 deletions

View file

@ -16,6 +16,8 @@ struct MixEvalArgs : virtual Args
Strings searchPath;
std::vector<std::pair<std::string, std::string>> registryOverrides;
private:
std::map<std::string, std::string> autoArgs;