Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | LocalStoreAccessor::stat: Handle ENOTDIR | Eelco Dolstra | |
Closes https://github.com/NixOS/hydra/pull/286. | |||
2016-03-22 | Don't overload dumpPath() | Eelco Dolstra | |
2016-03-21 | Add Store::dumpPath() method | Eelco Dolstra | |
This allows applying nix-store --verify-path to binary cache stores: NIX_REMOTE=https://cache.nixos.org nix-store --verify-path /nix/store/s5c7... | |||
2016-02-25 | Add NAR / Store accessor abstraction | Eelco Dolstra | |
This is primary to allow hydra-queue-runner to extract files like "nix-support/hydra-build-products" from NARs in binary caches. |