1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 21:46:01 +01:00
nix/src
Eelco Dolstra 00b2c05749 nix: Add commands to query contents of NARs / binary caches
For example,

  $ NIX_REMOTE=file:///my-cache nix ls-store -lR /nix/store/f4kbgl8shhyy76rkk3nbxr0lz8d2ip7q-binutils-2.23.1
  dr-xr-xr-x                    0 ./bin
  -r-xr-xr-x                30748 ./bin/addr2line
  -r-xr-xr-x                66973 ./bin/ar
  ...

Similarly, "nix ls-nar" lists the contents of a NAR file, "nix
cat-nar" extracts a file from a NAR file, and "nix cat-store" extract
a file from a Nix store.
2016-02-25 17:57:00 +01:00
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh More cleanup 2015-07-20 01:16:16 +02:00
libexpr Throw a specific error for incomplete parse errors. 2016-02-24 04:32:21 -06:00
libmain Merge branch 'master' into new-cli 2016-02-25 11:25:11 +01:00
libstore Add NAR / Store accessor abstraction 2016-02-25 17:43:19 +01:00
libutil Merge branch 'master' into new-cli 2016-02-25 17:48:35 +01:00
nix nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
nix-collect-garbage Eliminate reserveSpace flag 2016-02-24 17:44:55 +01:00
nix-daemon Eliminate reserveSpace flag 2016-02-24 17:44:55 +01:00
nix-env Merge pull request #762 from ctheune/ctheune-floats 2016-02-12 12:49:59 +01:00
nix-instantiate Move addPermRoot into Store 2016-02-11 16:14:42 +01:00
nix-log2xml nix-log2xml: Handle newlines 2014-08-13 19:06:20 +02:00
nix-prefetch-url Eliminate the "store" global variable 2016-02-04 14:28:26 +01:00
nix-store Eliminate reserveSpace flag 2016-02-24 17:44:55 +01:00