mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
documentation: avoid unquoted URLs
This commit is contained in:
parent
5d2d0a7b7f
commit
c8cb558849
4 changed files with 6 additions and 6 deletions
|
@ -386,7 +386,7 @@ false</literal>.</para>
|
|||
|
||||
<programlisting>
|
||||
builtins.fetchurl {
|
||||
url = https://example.org/foo-1.2.3.tar.xz;
|
||||
url = "https://example.org/foo-1.2.3.tar.xz";
|
||||
sha256 = "2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae";
|
||||
}
|
||||
</programlisting>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue