summary refs log tree commit diff
path: root/doc/functions.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham.christensen@target.com>2018-09-27 08:14:04 -0400
committerGraham Christensen <graham.christensen@target.com>2018-09-27 08:14:04 -0400
commitd1e46df24bae37d69e6eda09bee933f22acbe0ce (patch)
tree32b35ad6652838a8fcc13e04f5fbd73abce38063 /doc/functions.xml
parent4fe900619080f0b1a804abbccaab500d819ead10 (diff)
downloadnixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.tar
nixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.tar.gz
nixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.tar.bz2
nixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.tar.lz
nixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.tar.xz
nixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.tar.zst
nixpkgs-d1e46df24bae37d69e6eda09bee933f22acbe0ce.zip
fixup: drop comment about config behaving differently from buildImage
Diffstat (limited to 'doc/functions.xml')
-rw-r--r--doc/functions.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/functions.xml b/doc/functions.xml
index c4cbf0adb20..8223a8b0531 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -809,12 +809,6 @@ pkgs.dockerTools.buildLayeredImage {
     </para>
 
     <para>
-     This is different from <function>pkgs.dockerTools.buildImage</function>
-     which does <emphasis>not</emphasis> automatically include the
-     configuration's closure.
-    </para>
-
-    <para>
      This allows you to make very simple Docker images with very little code.
      This container will start up and run <command>hello</command>:
 <programlisting><![CDATA[