Remove redundant "building /nix/store/..." message
Nix already says that, so no need to repeat it.
This commit is contained in:
parent
45a74943b1
commit
39ca48fb9a
1 changed files with 0 additions and 4 deletions
|
@ -888,8 +888,6 @@ showPhaseHeader() {
|
|||
|
||||
|
||||
genericBuild() {
|
||||
header "building $out"
|
||||
|
||||
if [ -n "$buildCommand" ]; then
|
||||
eval "$buildCommand"
|
||||
return
|
||||
|
@ -933,8 +931,6 @@ genericBuild() {
|
|||
|
||||
stopNest
|
||||
done
|
||||
|
||||
stopNest
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue