Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-15 | Fix Darwin build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/33279996 | |||||
2016-03-04 | BinaryCacheStore: Remove publicKeyFile argument | Eelco Dolstra | 1 | -0/+12 | |
The public key can be derived from the secret key, so there's no need for the user to supply it separately. | |||||
2016-02-16 | Add C++ functions for .narinfo processing / signing | Eelco Dolstra | 1 | -0/+40 | |
This is currently only used by the Hydra queue runner rework, but like eff5021eaa6dc69f65ea1a8abe8f3ab11ef5eb0a it presumably will be useful for the C++ rewrite of nix-push and download-from-binary-cache. (@shlevy) |