Merge pull request #4321 from matthewbauer/always-default-cache-nixos-org

Always default to cache.nixos.org even when different nix store dir
This commit is contained in:
Eelco Dolstra
2020-12-07 11:05:07 +01:00
committed by GitHub
+1 -1
View File
@@ -583,7 +583,7 @@ public:
Setting<Strings> substituters{
this,
nixStore == "/nix/store" ? Strings{"https://cache.nixos.org/"} : Strings(),
Strings{"https://cache.nixos.org/"},
"substituters",
R"(
A list of URLs of substituters, separated by whitespace. The default