about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-01-24 23:06:12 +0000
committerOrivej Desh <orivej@gmx.fr>2018-01-24 23:06:12 +0000
commitce1d740fa6621818b9d9660aeef443b0758ae486 (patch)
tree81f48424cd6a7a7cfb8676e121e4cc5089ce221d /nixos/doc
parent0e7a5207ec9e34adb77e5c9a596be22d6120103e (diff)
downloadnixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.tar
nixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.tar.gz
nixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.tar.bz2
nixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.tar.lz
nixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.tar.xz
nixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.tar.zst
nixlib-ce1d740fa6621818b9d9660aeef443b0758ae486.zip
addPassthru: fix argument order
addPassthru became unused in #33057, but its signature was changed at the same
time.  This commit restores the original signature and updates the warning and
the changelog.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 1a146473e23c..beda33f601b3 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -133,7 +133,7 @@ following incompatible changes:</para>
   </listitem>
   <listitem>
     <para>
-      <literal>lib.addPassthru</literal> is removed.  Use <literal>lib.extendDerivation true</literal> instead.  <emphasis role="strong">TODO: actually remove it before branching 18.03 off.</emphasis>
+      <literal>lib.addPassthru drv passthru</literal> is removed.  Use <literal>lib.extendDerivation true passthru drv</literal> instead.  <emphasis role="strong">TODO: actually remove it before branching 18.03 off.</emphasis>
     </para>
   </listitem>
   <listitem>