Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix addTextToStore for binary caches #4361

Merged
merged 1 commit into from Dec 15, 2020

Conversation

thufschmitt
Copy link
Member

Because of a too eager refactoring, addTextToStore used to throw an
error because the input wasn't a valid nar.

Partially revert that refactoring to wrap the text into a proper nar
(using dumpString) to make this method work again

Because of a too eager refactoring, `addTextToStore` used to throw an
error because the input wasn't a valid nar.

Partially revert that refactoring to wrap the text into a proper nar
(using `dumpString`) to make this method work again
@edolstra edolstra merged commit e3ddffb into NixOS:master Dec 15, 2020
@edolstra edolstra deleted the fix-binary-caches-addTextToStore branch December 15, 2020 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants