diff options
author | Shea Levy <shea@shealevy.com> | 2015-04-18T18·59-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2015-04-18T18·59-0400 |
commit | fd6774e285760b384b0d8a0946b8ba8001b67b82 (patch) | |
tree | d756815cd9b71270639ad2e5f09dd43156f7428b /src/libstore/globals.cc | |
parent | 9b1866b721ba683ac9ec6b8b9a67da25e3183ebf (diff) |
Revert "Add the pre-build hook."
Going to reimplement differently. This reverts commit 1e4a4a2e9fc382f47f58b448f3ee034cdd28218a.
Diffstat (limited to 'src/libstore/globals.cc')
-rw-r--r-- | src/libstore/globals.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index d5615d93c7d0..052ca45ccc46 100644 --- a/src/libstore/globals.cc +++ b/src/libstore/globals.cc @@ -182,7 +182,6 @@ void Settings::update() _get(logServers, "log-servers"); _get(enableImportNative, "allow-unsafe-native-code-during-evaluation"); _get(useCaseHack, "use-case-hack"); - _get(preBuildHook, "pre-build-hook"); string subs = getEnv("NIX_SUBSTITUTERS", "default"); if (subs == "default") { |