* `nix-store --read-log / -l PATH' shows the build log of PATH, if

available.  For instance,

    $ nix-store -l $(which svn) | less

  lets you read the build log of the Subversion instance in your
  profile.

* `nix-store -qb': if applied to a non-derivation, take the deriver.
This commit is contained in:
Eelco Dolstra 2006-10-28 16:33:54 +00:00
parent 99b0ea7c67
commit ae6fb27f18
5 changed files with 60 additions and 4 deletions

View file

@ -9,6 +9,7 @@ Operations:
--add / -A: copy a path to the Nix store
--delete: safely delete paths from the Nix store
--query / -q: query information
--read-log / -l: print build log of given store paths
--register-substitutes: register a substitute expression (dangerous!)
--clear-substitutes: clear all substitutes