forked from lix-project/lix
gesture at explanation of why binary caches exist
This commit is contained in:
parent
d5506aa712
commit
4de95f7f56
|
@ -18,10 +18,12 @@ commands from the `NixOS/nix` implementation.</sup>
|
||||||
directory on another machine, accessed via `ssh` or
|
directory on another machine, accessed via `ssh` or
|
||||||
served by the `nix-serve` Perl script.
|
served by the `nix-serve` Perl script.
|
||||||
|
|
||||||
A *binary cache* is a specialized Nix store whose metadata and
|
A *binary cache* is a Nix store which uses a different format: its
|
||||||
signatures are kept in `.narinfo` files rather than in the Nix
|
metadata and signatures are kept in `.narinfo` files rather than in a
|
||||||
database. Examples of binary caches include S3 buckets and the
|
Nix database. This different format simplifies serving store objects
|
||||||
[NixOS binary cache](https://cache.nixos.org).
|
over the network, but cannot host builds. Examples of binary caches
|
||||||
|
include S3 buckets and the [NixOS binary
|
||||||
|
cache](https://cache.nixos.org).
|
||||||
|
|
||||||
A *substituter* is a store other than `/nix/store` from which Nix will
|
A *substituter* is a store other than `/nix/store` from which Nix will
|
||||||
copy a store path instead of building it. Nix will not copy a store
|
copy a store path instead of building it. Nix will not copy a store
|
||||||
|
|
Loading…
Reference in a new issue