about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-07-17 17:09:20 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-07-17 17:09:20 -0400
commit857f7fb4af34d3417b8d1a0e901ba75f4cba39a0 (patch)
treeaef60e5155d0d80fcca94e1f655f354fb2eb4127 /nixos/doc
parent1acc701fdbcefba6ff1aea833001b6301ad8673e (diff)
downloadnixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.tar
nixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.tar.gz
nixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.tar.bz2
nixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.tar.lz
nixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.tar.xz
nixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.tar.zst
nixlib-857f7fb4af34d3417b8d1a0e901ba75f4cba39a0.zip
nixos/binfmt: update release notes and provide examples
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 30570a279eca..dbbf46dfa832 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -33,6 +33,15 @@
      PHP 7.1 is no longer supported due to upstream not supporting this version for the entire lifecycle of the 19.09 release.
     </para>
    </listitem>
+   <listitem>
+     <para>
+       The binfmt module is now easier to use. Additional systems can
+       be added through <option>boot.binfmt.emulatedSystems</option>.
+       For instance, <literal>boot.binfmt.emulatedSystems = [
+       "wasm32-wasi" "x86_64-windows" "aarch64-linux" ];</literal> will
+       set up binfmt interpreters for each of those listed systems.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>