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:
parent
99b0ea7c67
commit
ae6fb27f18
5 changed files with 60 additions and 4 deletions
|
@ -1511,7 +1511,7 @@ void DerivationGoal::computeClosure()
|
|||
}
|
||||
|
||||
|
||||
static string drvsLogDir = "drvs";
|
||||
string drvsLogDir = "drvs";
|
||||
|
||||
|
||||
void DerivationGoal::openLogFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue