mirror of
https://github.com/NixOS/nix
synced 2025-07-02 13:31:48 +02:00
Remove --print-build-trace
This was added to support Hydra, but Hydra no longer uses it.
This commit is contained in:
parent
9eba2c3945
commit
6e1b099279
7 changed files with 4 additions and 72 deletions
|
@ -40,7 +40,6 @@ Settings::Settings()
|
|||
maxSilentTime = 0;
|
||||
buildTimeout = 0;
|
||||
useBuildHook = true;
|
||||
printBuildTrace = false;
|
||||
reservedSize = 8 * 1024 * 1024;
|
||||
fsyncMetadata = true;
|
||||
useSQLiteWAL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue