mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Update README.md
Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
cdc802d712
commit
4f0d7f12ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
`/nix/store` is a global storage of everything Nix operates on. These are
|
||||||
your sources, patches, tarballs, packages, configuration.
|
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.
|
When the build is done, cachix-action only has to upload the new store paths, rather than syncing the whole store.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue