1
0
Fork 0
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:
Eelco Dolstra 2014-07-19 02:25:47 +02:00
parent 2e77bd70fa
commit ee3c5d7916
3 changed files with 3 additions and 3 deletions

View file

@ -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;