Add pushFilter to allow filtering cache derivations#77
Merged
domenkozar merged 1 commit intocachix:masterfrom Feb 18, 2021
Merged
Add pushFilter to allow filtering cache derivations#77domenkozar merged 1 commit intocachix:masterfrom
pushFilter to allow filtering cache derivations#77domenkozar merged 1 commit intocachix:masterfrom
Conversation
c09c030 to
7c06509
Compare
Closed
7c06509 to
d97d366
Compare
Contributor
Author
|
@domenkozar does this have to be more flexible to fix #75 ? |
Member
I think it's good enough. I'd add two things to the docs:
|
d97d366 to
b757167
Compare
Contributor
Author
|
Changed as suggested. 👍 |
domenkozar
reviewed
Feb 18, 2021
This allows filtering derivations to be pushed via an optional `pushFilter` variable. The use case behind it is to not push the actually built derivation, but only runtime and build dependencies. Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
b757167 to
f1560b9
Compare
Contributor
Author
|
Hey @domenkozar, do you have planned a new release in the near future? :) |
Member
|
I'll try to do it this week. |
Contributor
Author
Thank you so much! |
|
Is the next release going to be published soon? |
Member
|
Hey @hmenke, scheduled for Thursday. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows filtering derivations to be pushed via an optional
pushFiltervariable.The use case behind it is to not push the actually built derivation, but
only runtime and build dependencies.