Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | Eliminate local-binary-cache-store.hh | Eelco Dolstra | |
2016-03-02 | Make store implementations pluggable | Eelco Dolstra | |
This for instance allows hydra-queue-runner to add the S3 backend at runtime. | |||
2016-02-24 | Move BinaryCacheStore / LocalBinaryCacheStore from Hydra | Eelco Dolstra | |
So you can now do: $ NIX_REMOTE=file:///tmp/binary-cache nix-store -qR /nix/store/... |