mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Revert old useBuildHook behaviour
This commit is contained in:
parent
2e77bd70fa
commit
ee3c5d7916
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ Settings::Settings()
|
|||
thisSystem = SYSTEM;
|
||||
maxSilentTime = 0;
|
||||
buildTimeout = 0;
|
||||
useBuildHook = getEnv("NIX_BUILD_HOOK") != "";
|
||||
useBuildHook = true;
|
||||
printBuildTrace = false;
|
||||
reservedSize = 1024 * 1024;
|
||||
fsyncMetadata = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue