summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-12 18:01:21 +0000
committerGitHub <noreply@github.com>2021-09-12 18:01:21 +0000
commita13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2 (patch)
tree36ee94a6594a2e84a9f66d559e1213b80875bb89 /nixos/doc
parentce79b66953e4c7932f5c43b70181829f58c96598 (diff)
parented77db85ff6a590f3072f32d3d7f7a6d71d46017 (diff)
downloadnixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.tar
nixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.tar.gz
nixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.tar.bz2
nixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.tar.lz
nixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.tar.xz
nixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.tar.zst
nixpkgs-a13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2.zip
Merge master into staging-next
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 f7220639adf..03d644307ae 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
@@ -1182,6 +1182,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 f6544cc93b7..a85fe9fe633 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -335,3 +335,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.