-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
remote`hnix-store-remote` related`hnix-store-remote` related
Description
My use case is that I have a bunch of NARs and narinfos and I'd like to use hnix-store-remote to add the NARs to the Nix Store. To do this, hnix-store-remote needs to support the addToStoreNar operation. It also must not read the entire NAR into memory, since the NARs can be quite large.
I have some code that does this with conduit. I imagine using ByteString.Lazy would be a better fit for this project though.
addToStoreNar support was removed in #75
sorki
Metadata
Metadata
Assignees
Labels
remote`hnix-store-remote` related`hnix-store-remote` related