Skip to content

Implement AddStoreToNar operation #265

Closed
@squalus

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

Metadata

Assignees

No one assigned

    Labels

    remote`hnix-store-remote` related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions