From 36057827f67665490f2f2a56ac3eec1fd645040d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 15 Jan 2016 17:36:42 +0100 Subject: [PATCH] requireFile: remove colon from the url for easier copy/paste --- pkgs/build-support/trivial-builders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/trivial-builders.nix b/pkgs/build-support/trivial-builders.nix index b7237a1f69c4..134ef48ad061 100644 --- a/pkgs/build-support/trivial-builders.nix +++ b/pkgs/build-support/trivial-builders.nix @@ -104,7 +104,7 @@ rec { if message != null then message else '' Unfortunately, we may not download file ${name_} automatically. - Please, go to ${url}, download it yourself, and add it to the Nix store + Please, go to ${url} to download it yourself, and add it to the Nix store using either nix-store --add-fixed ${hashAlgo} ${name_} or