From e491efe9fb010a66f17d0bbc53afd02870198070 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 6 Nov 2019 14:20:16 +0100 Subject: [PATCH] Use more stable registry URL --- src/libexpr/eval.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 50c6f784e..5469a8ab2 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -383,7 +383,7 @@ struct EvalSettings : Config Setting traceFunctionCalls{this, false, "trace-function-calls", "Emit log messages for each function entry and exit at the 'vomit' log level (-vvvv)."}; - Setting flakeRegistry{this, "https://raw.githubusercontent.com/NixOS/flake-registry/master/flake-registry.json", "flake-registry", + Setting flakeRegistry{this, "https://github.com/NixOS/flake-registry/raw/master/flake-registry.json", "flake-registry", "Path or URI of the global flake registry."}; Setting allowDirty{this, true, "allow-dirty",