Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-19 | Update release notes | Eelco Dolstra | 1 | -0/+20 | |
Also add some examples to nix --help. | |||||
2017-11-14 | nix ls-{nar,store} --json: Respect -R | Eelco Dolstra | 1 | -1/+1 | |
2017-11-14 | Don't indent JSON output | Eelco Dolstra | 1 | -1/+1 | |
2017-11-14 | nix ls-{store,nar}: Add --json flag | Eelco Dolstra | 1 | -6/+15 | |
2017-09-10 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -1/+1 | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||||
2017-05-15 | nix ls: support '/' for the root directory | Benno Fünfstück | 1 | -0/+4 | |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -1/+1 | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -1/+1 | |
2016-02-25 | nix: Add commands to query contents of NARs / binary caches | Eelco Dolstra | 1 | -0/+123 | |
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. |