* Doh. Remove debug statement.
This commit is contained in:
parent
b4ce69ed8d
commit
91fe70522f
|
@ -229,7 +229,7 @@ sub doBuild {
|
||||||
# Run Nix to perform the build, and monitor the stderr output
|
# Run Nix to perform the build, and monitor the stderr output
|
||||||
# to get notifications about specific build steps, the
|
# to get notifications about specific build steps, the
|
||||||
# associated log files, etc.
|
# associated log files, etc.
|
||||||
my $cmd = "nix-store -j1 --no-build-hook --realise $drvPath " .
|
my $cmd = "nix-store --realise $drvPath " .
|
||||||
"--max-silent-time $maxsilent --keep-going --fallback " .
|
"--max-silent-time $maxsilent --keep-going --fallback " .
|
||||||
"--no-build-output --log-type flat --print-build-trace " .
|
"--no-build-output --log-type flat --print-build-trace " .
|
||||||
"--add-root " . gcRootFor $outPath . " 2>&1";
|
"--add-root " . gcRootFor $outPath . " 2>&1";
|
||||||
|
|
Loading…
Reference in a new issue