summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2021-09-12 02:07:19 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2021-09-12 03:03:56 +0200
commitb97977681eec4233bcc0428ccdd93a038f810ebf (patch)
tree592f7f6c02a630d29af91c23eaea2630ed85a4f3 /nixos/doc
parent496b8abf789b891f5355ea2265416e5121855308 (diff)
downloadnixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.tar
nixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.tar.gz
nixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.tar.bz2
nixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.tar.lz
nixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.tar.xz
nixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.tar.zst
nixpkgs-b97977681eec4233bcc0428ccdd93a038f810ebf.zip
lua: add LUA_PATH changes to release notes
lua interpreters have been patched not to look into FHS folders anymore.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md3
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 5554927b8b2..e8ba9ddd1e9 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1143,6 +1143,13 @@ Superuser created successfully.
           other and share data.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>lua</literal> and <literal>luajit</literal>
+          interpreters have been patched to avoid looking into /usr/lib
+          directories, thus increasing the purity of the build.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 00844d529b7..3900bbcaa25 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -326,3 +326,6 @@ To be able to access the web UI this port needs to be opened in the firewall.
 - `rofi` has been updated from '1.6.1' to '1.7.0', one important thing is the removal of the old xresources based configuration setup. Read more [in rofi's changelog](https://github.com/davatorium/rofi/blob/cb12e6fc058f4a0f4f/Changelog#L1).
 
 - ipfs now defaults to not listening on you local network. This setting was change as server providers won't accept port scanning on their private network. If you have several ipfs instances running on a network you own, feel free to change the setting `ipfs.localDiscovery = true;`. localDiscovery enables different instances to discover each other and share data.
+
+- `lua` and `luajit` interpreters have been patched to avoid looking into /usr/lib
+  directories, thus increasing the purity of the build.