https://github.com/adnelson/nix-binary-cache
Haskell implementation of a nix binary cache and client.
https://github.com/adnelson/nix-binary-cache
Last synced: about 1 year ago
JSON representation
Haskell implementation of a nix binary cache and client.
- Host: GitHub
- URL: https://github.com/adnelson/nix-binary-cache
- Owner: adnelson
- License: mit
- Created: 2016-10-14T19:05:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T00:00:58.000Z (over 8 years ago)
- Last Synced: 2025-03-16T21:06:32.852Z (about 1 year ago)
- Language: Haskell
- Size: 208 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `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](https://github.com/adnelson/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.