mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
requireFile: remove colon from the url for easier copy/paste
This commit is contained in:
parent
e20ec1b12b
commit
36057827f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user