about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-06-07 23:59:33 +0100
committerGitHub <noreply@github.com>2021-06-07 23:59:33 +0100
commit840f6883fc5b445038fc6d170b38b42658fca1c8 (patch)
tree6e6c344a67135f637ebfb57736d430e382543a66 /nixos
parentce3f3e6e6467a647e47c80dcf2ac835106b2165a (diff)
parent3d6fd379920bc9b906b60da3a17ad0a4d2d142c7 (diff)
downloadnixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.tar
nixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.tar.gz
nixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.tar.bz2
nixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.tar.lz
nixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.tar.xz
nixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.tar.zst
nixlib-840f6883fc5b445038fc6d170b38b42658fca1c8.zip
Merge pull request #126034 from lukegb/bazel-build-configured
Switch buildBazelPackage fetchConfigured on by default
Diffstat (limited to 'nixos')
-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 74bcf3483b2a..099fd803ee24 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
@@ -64,6 +64,13 @@
           this version for the entire lifecycle of the 21.11 release.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Those making use of <literal>buildBazelPackage</literal> will
+          need to regenerate the fetch hashes (preferred), or set
+          <literal>fetchConfigured = false;</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="other-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 451d25a6ed98..cd942d2f7309 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -28,4 +28,7 @@ In addition to numerous new and upgraded packages, this release has the followin
 * PHP 7.3 is no longer supported due to upstream not supporting this
   version for the entire lifecycle of the 21.11 release.
 
+* Those making use of `buildBazelPackage` will need to regenerate the fetch
+  hashes (preferred), or set `fetchConfigured = false;`.
+
 ## Other Notable Changes