about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2020-07-05 16:48:15 +0200
committerVincent Breitmoser <look@my.amazin.horse>2020-07-05 16:53:38 +0200
commit6d52e2e8977091c5e984f61039cefe01a3d4e491 (patch)
tree2265c9137fdefdb6f7f717a0f5275687dc76005b /nixos
parent5395397fd6abc45e4d6e6aadec1053733f6b0452 (diff)
nixos/nix-daemon: mention potential breakage in release notes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index c2f26371d667e..a28ce4721fefa 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -682,6 +682,12 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
        behaviour and keep the same VM state between different test runs.
      </para>
    </listitem>
+   <listitem>
+    <para>
+     The <link linkend="opt-nix.buildMachine">nix.buildMachine</link> option is now type-checked.
+     There are no functional changes, however this may require updating some configurations to use correct types for all attributes.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>
 </section>