Replies: 1 comment 4 replies
-
By default
Technically whenever you run another command (like I did try to explain this in the "Philosophy" section of the README, though it can probably be split out to be a bit clearer 😅 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've kind assumed that
crane
builds one large derivation for all the dependencies. But when switching from github action to cachix cache in the CI, I've immediately noticed thatcrane
seems to be able to re-use build for each dependency somehow, and they show up as a separate cacheable artifact...... which is AWESOME. I just want to confirm that this is indeed the case, and I think the README and documentation could be more clear about it.
It also makes using
cachix
for caching sooo much better over a standard github action cache.Beta Was this translation helpful? Give feedback.
All reactions