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:
parent
e6109ec765
commit
24b35bf9e7
6 changed files with 31 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue