about summary refs log tree commit diff
path: root/src/libstore/local-fs-store.cc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-23 LocalStoreAccessor::stat: Handle ENOTDIREelco Dolstra1-1/+1
Closes https://github.com/NixOS/hydra/pull/286.
2016-03-22 Don't overload dumpPath()Eelco Dolstra1-2/+4
2016-03-21 Add Store::dumpPath() methodEelco Dolstra1-0/+6
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 abstractionEelco Dolstra1-0/+71
This is primary to allow hydra-queue-runner to extract files like "nix-support/hydra-build-products" from NARs in binary caches.