From fd6774e285760b384b0d8a0946b8ba8001b67b82 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 18 Apr 2015 14:59:58 -0400 Subject: Revert "Add the pre-build hook." Going to reimplement differently. This reverts commit 1e4a4a2e9fc382f47f58b448f3ee034cdd28218a. --- doc/manual/command-ref/conf-file.xml | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'doc/manual') diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 329d2e485..89b8aac78 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -562,39 +562,6 @@ flag, e.g. --option gc-keep-outputs false. - pre-build-hook - - - - If set, the path to a program that can set extra - derivation-specific settings for this system. This is used for settings - that can't be captured by the derivation model itself and are too - variable between different versions of the same system to be hard-coded - into nix. - - The hook listens on stdin for a derivation path. - It can then send a series of commands to modify various settings, followed - by an empty line to indicate completion. The currently recognized commands - are: - - - extra-chroot-dirs - - - - Pass a list of files and directories to be included in the - chroot for this build. One entry per line, terminated by an empty - line. - - - - - - - - - - -- cgit v1.2.3