Use more stable registry URL

This commit is contained in:
Eelco Dolstra 2019-11-06 14:20:16 +01:00
parent d5f1cc3e94
commit e491efe9fb
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -383,7 +383,7 @@ struct EvalSettings : Config
Setting<bool> traceFunctionCalls{this, false, "trace-function-calls",
"Emit log messages for each function entry and exit at the 'vomit' log level (-vvvv)."};
Setting<std::string> flakeRegistry{this, "https://raw.githubusercontent.com/NixOS/flake-registry/master/flake-registry.json", "flake-registry",
Setting<std::string> flakeRegistry{this, "https://github.com/NixOS/flake-registry/raw/master/flake-registry.json", "flake-registry",
"Path or URI of the global flake registry."};
Setting<bool> allowDirty{this, true, "allow-dirty",