From ed14571181151407c75c0c36c476bac23a06840a Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 12 Mar 2018 18:55:55 -0400 Subject: [PATCH] manual: mention symlinkJoin in multiple-outputs section --- doc/multiple-output.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/multiple-output.xml b/doc/multiple-output.xml index 040c12c92913..f9003786d388 100644 --- a/doc/multiple-output.xml +++ b/doc/multiple-output.xml @@ -101,6 +101,13 @@ contain $outputBin and $outputLib are also added. (See .) + + + In some cases it may be desirable to combine different outputs under a + single store path. A function symlinkJoin can be used to + do this. (Note that it may negate some closure size benefits of using a + multiple-output package.) +
Writing a split derivation