Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-22 | Shut up some warnings | Eelco Dolstra | |
(cherry picked from commit 99e8e58f2de9941353b47ed14fbe4ed76d635519) | |||
2017-12-07 | nix ls-{nar,store}: Return offset of files in the NAR if known | Eelco Dolstra | |
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 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. |