about summary refs log tree commit diff
path: root/src/nix/command.hh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-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 Maudoux1-1/+1
2016-05-31 Shut up some clang warningsEelco Dolstra1-0/+2
2016-04-21 nix --help: Show usage examplesEelco Dolstra1-0/+12
2016-04-15 Unify "nix verify-paths" and "nix verify-store"Eelco Dolstra1-0/+1
"verify-store" is now simply an "--all" flag to "nix verify". This flag can be used for any other store path command as well (e.g. "nix path-info", "nix copy-sigs", ...).
2016-03-29 Add "nix verify-paths" commandEelco Dolstra1-0/+17
Unlike "nix-store --verify-path", this command verifies signatures in addition to store path contents, is multi-threaded (especially useful when verifying binary caches), and has a progress indicator. Example use: $ nix verify-paths --store https://cache.nixos.org -r $(type -p thunderbird) ... [17/132 checked] checking ‘/nix/store/rawakphadqrqxr6zri2rmnxh03gqkrl3-autogen-5.18.6’
2016-03-21 nix: Add --store flagEelco Dolstra1-3/+2
This is a bit user-friendlier than using $NIX_REMOTE.
2016-03-14 Fix build on clang due to -Wmismatched-tagsEelco Dolstra1-1/+2
http://hydra.nixos.org/build/33073389
2016-02-09 Start of new Nix command-line interfaceEelco Dolstra1-0/+59