This commit is contained in:
Eelco Dolstra 2010-06-21 23:48:25 +00:00
parent 5f7ebaad37
commit dfd8b4406d

View file

@ -301,7 +301,7 @@ sub fetchInputGit {
} else {
# Then download this revision into the store.
print STDERR "checking out Git input from $uri";
print STDERR "checking out Git input from $uri\n";
$ENV{"NIX_HASH_ALGO"} = "sha256";
$ENV{"PRINT_PATH"} = "1";