about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2020-12-29 09:44:18 +0100
committerpacien <pacien.trangirard@pacien.net>2021-01-04 18:53:59 +0100
commitd94921db12d9c9e2d3e9c2e6e25e50f03f789ecb (patch)
tree21e602d52a67fe32defdda9ecbf8ff77166065d4 /nixos/doc
parent59c1b6d0e770640758e8585f9bd1c8f98a59174a (diff)
fish-foreign-env: move to fishPlugins.foreign-env
And relocate the installed fish functions to the `vendor_functions.d` so
that they're automatically loaded.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index 432de831cb679..dbc4ecd6930e5 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -310,6 +310,14 @@
      </para>
    </listitem>
    <listitem>
+    <para>
+     <package>fish-foreign-env</package> is now an alias for the
+     <package>fishPlugins.foreign-env</package> package, in which the fish
+     functions have been relocated to the
+     <literal>vendor_functions.d</literal> directory to be loaded automatically.
+    </para>
+   </listitem>
+   <listitem>
      <para>
        The prometheus json exporter is now managed by the prometheus community. Together with additional features
        some backwards incompatibilities were introduced.