Commit d00f6ed
committed
ci(nix): add Nix store caching to setup-nix action
Add nix-community/cache-nix-action to cache the Nix store between CI
runs. This speeds up subsequent builds by avoiding redundant downloads
and builds of Nix dependencies.
The cache key is based on the runner OS (e.g. nix-Linux, nix-macOS).1 parent ad101a3 commit d00f6ed
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments