haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
83 stars 23 forks source link

cereal remote, server side integration #255

Closed sorki closed 8 months ago

sorki commented 8 months ago
sorki commented 8 months ago

@squalus Arbitrary Signature instance was quite helpful to allow Arbitrary (Metadata StorePath), thanks for adding that!

sorki commented 8 months ago

Serializer done, error handling done, GC done, build-derivation executable is broken but easy to fix but if I move ourProtoVersion some tests start to fail, will resolve in next PR.

Progressing slowly but the gradual refactoring without breaking tests is the way to go, the rest should land swiftly.