Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 457 Bytes

File metadata and controls

11 lines (9 loc) · 457 Bytes

nix-binary-cache

This is a Haskell implementation of a nix binary cache server (a.k.a. nix repo) and a client which can perform uploads and fetches against this server.

The server is modeled after the python implementation servenix, but is intended to support more features and have better performance. See that project's readme for more information on the server itself until this project becomes more mature.