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

Fix --override-flake and add a test

This commit is contained in:
Eelco Dolstra 2020-01-22 20:00:58 +01:00
parent 90d55ed275
commit b5c9dbc84f
5 changed files with 34 additions and 15 deletions

View file

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