From de5638080b295cfcd2daa36edea94d8f56b31f98 Mon Sep 17 00:00:00 2001 From: tbenst Date: Sun, 12 May 2019 01:14:41 -0700 Subject: [PATCH] doc/stdenv: document default build scripts filename --- doc/stdenv.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 63e6450860ac..e8171a78dcca 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -747,7 +747,8 @@ passthru.updateScript = [ ../../update.sh pname "--requested-release=unstable" ] latter is convenient from a build script. However, typically one only wants to add some commands to a phase, e.g. by defining postInstall or preFixup, as skipping - some of the default actions may have unexpected consequences. + some of the default actions may have unexpected consequences. The default + script for each phase is defined in the file pkgs/stdenv/generic/setup.sh.