Update README.md

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

View file

@ -10,7 +10,7 @@ This action will configure Cachix and invoke `nix-build`.
Because you'd like for your CI to be fast. Let me explain.
Caching on a typical CI doesn't work in favor of Nix.
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.