about summary refs log tree commit diff
path: root/src/libstore/fs-accessor.hh
AgeCommit message (Collapse)AuthorFilesLines
2017-12-07 nix ls-{nar,store}: Return offset of files in the NAR if knownEelco Dolstra1-3/+4
E.g. $ nix ls-store --json --recursive --store https://cache.nixos.org /nix/store/b0w2hafndl09h64fhb86kw6bmhbmnpm1-blender-2.79 \ | jq .entries.bin.entries.blender.narOffset 400
2016-02-25 Add NAR / Store accessor abstractionEelco Dolstra1-0/+30
This is primary to allow hydra-queue-runner to extract files like "nix-support/hydra-build-products" from NARs in binary caches.