* `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()
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
namespace nix {
|
||||
|
||||
|
||||
extern string drvsLogDir;
|
||||
|
||||
|
||||
/* Ensure that the output paths of the derivation are valid. If they
|
||||
are already valid, this is a no-op. Otherwise, validity can
|
||||
be reached in two ways. First, if the output paths have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue