Update README.md

Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Domen Kožar 2019-12-19 18:01:20 +01:00 committed by GitHub
commit 4f0d7f12ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Directory-based caching on a typical CI doesn't work well for Nix.
`/nix/store` is a global storage of everything Nix operates on. These are
your sources, patches, tarballs, packages, configuration.
A directory-based cache requires that downloading a whole store, including the irrelevant parts. cachix-action will only fetch what's needed by configuring a Nix binary cache.
A directory-based cache requires downloading a whole store, including the irrelevant parts. `cachix-action` will only fetch what's needed by configuring a Nix binary cache.
When the build is done, cachix-action only has to upload the new store paths, rather than syncing the whole store.