1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

* `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

@ -1511,7 +1511,7 @@ void DerivationGoal::computeClosure()
}
static string drvsLogDir = "drvs";
string drvsLogDir = "drvs";
void DerivationGoal::openLogFile()