1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Merge pull request #8391 from aneeshusa/remove-wrong-default-value-in-docs-for-hashed-mirrors

Remove old default from docs for `hashed-mirrors`
This commit is contained in:
Eelco Dolstra 2023-06-06 12:54:28 +02:00 committed by GitHub
commit b56319a139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -896,12 +896,11 @@ public:
this, {}, "hashed-mirrors", this, {}, "hashed-mirrors",
R"( R"(
A list of web servers used by `builtins.fetchurl` to obtain files by A list of web servers used by `builtins.fetchurl` to obtain files by
hash. The default is `http://tarballs.nixos.org/`. Given a hash type hash. Given a hash type *ht* and a base-16 hash *h*, Nix will try to
*ht* and a base-16 hash *h*, Nix will try to download the file from download the file from *hashed-mirror*/*ht*/*h*. This allows files to
*hashed-mirror*/*ht*/*h*. This allows files to be downloaded even if be downloaded even if they have disappeared from their original URI.
they have disappeared from their original URI. For example, given For example, given an example mirror `http://tarballs.nixos.org/`,
the default mirror `http://tarballs.nixos.org/`, when building the when building the derivation
derivation
```nix ```nix
builtins.fetchurl { builtins.fetchurl {