Domen Kožar
Domen Kožar
Although current HTTP API is served at https://cachix.org/api/v1/ - it's not finalized. In following months I'd like to gather feedback and document in-depth how cachix works and how to integrate...
At the moment, even if nar already exists, cachix will still upload it. This is a waste of bandwidth, but currently cachix doesn't try to compute final sha as that...
https://github.com/zimbatm/mdsh
- verify that cache exists
One side-effect of #169 is that if `/etc/nix/netrc` exists, local netrc won't be used. Sadly Nix options are not monoidal, so we have to make this easier for users. What...
The client could query `https://cachix.org/api/v1/install/latest` and check if it matches with local version and instruct what to do.
Happens if you do `--host http://cachix.org` (skip https). Upstream bug: https://github.com/plow-technologies/servant-streaming/issues/13
Given that `nar` files coming to binary cache contain list of file names it should be possible to also create an index of files and provide a search over binary...
Currently `NixConfSpec` tests hardcoded values only, but we'd get more coverage using quickcheck.
It's often useful to just render a link in elm and this could be done from servant api. For example api might expose a download url.